Home

Awesome

RxChat

Example of the chat develop using Rx, presented during mDevConf and Swift Aveiro.

How to use

  1. Clone this repository
  2. cd into Server folder of project
  3. Install dependencies $ npm install
  4. Start server by running $ node app.js
  5. Point browser to localhost:8000
  6. cd into iOS folder of project
  7. Install CP dependencies $ pod install
  8. Run the app and see the magic of Rx