Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bontoJR/RxChat
- Owner: bontoJR
- Created: 2016-03-14T15:36:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T15:46:20.000Z (almost 9 years ago)
- Last Synced: 2024-11-10T21:52:28.037Z (2 months ago)
- Language: Swift
- Size: 61.5 KB
- Stars: 73
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rxswift - RxChat
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