Skip to content
/ RxChat Public

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

Notifications You must be signed in to change notification settings

bontoJR/RxChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages