Cointains node server functionality which subscribe to channels on redis and emit messages using socket.io library.
bundle install
node chat-server.js
npm test
Licensed under MIT
Based on the following tutorials:
- https://socket.io/get-started/chat/
- https://medium.com/wolox-driving-innovation/adding-a-realtime-module-to-your-rails-api-18bb562e6441
- http://liamkaufman.com/blog/2013/02/27/adding-real-time-to-a-restful-rails-app/
- http://www.syntaxsuccess.com/viewarticle/socket.io-with-rxjs-in-angular-2.0
Testing: