Awesome
RxChat
Example of the chat develop using Rx, presented during mDevConf and Swift Aveiro.
How to use
- Clone this repository
cd
into Server folder of project- Install dependencies
$ npm install
- Start server by running
$ node app.js
- Point browser to localhost:8000
cd
into iOS folder of project- Install CP dependencies
$ pod install
- Run the app and see the magic of Rx