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: 2 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T15:46:20.000Z (about 9 years ago)
- Last Synced: 2025-04-04T04:35:05.170Z (about 1 month ago)
- Language: Swift
- Size: 61.5 KB
- Stars: 74
- Watchers: 4
- Forks: 10
- 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