Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bontoJR/RxChat

Sample using Rx for a chat app, using Node.js, Socket.io, RxSwift and Rx.js
https://github.com/bontoJR/RxChat

Last synced: about 2 months ago
JSON representation

Sample using Rx for a chat app, using Node.js, Socket.io, RxSwift and Rx.js

Awesome Lists containing this project

README

        

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