RxChat
RxChat copied to clipboard
Sample using Rx for a chat app, using Node.js, Socket.io, RxSwift and Rx.js
RxChat
Example of the chat develop using Rx, presented during mDevConf and Swift Aveiro.
How to use
- Clone this repository
cdinto Server folder of project- Install dependencies
$ npm install - Start server by running
$ node app.js - Point browser to localhost:8000
cdinto iOS folder of project- Install CP dependencies
$ pod install - Run the app and see the magic of Rx