/chat-socket-io-server

SocketIO server for Chat app

Primary LanguageJavaScriptMIT LicenseMIT

Socket-io-server

Cointains node server functionality which subscribe to channels on redis and emit messages using socket.io library.

Installation

bundle install

Run APP

node chat-server.js

Run Tests

npm test

License

Licensed under MIT

Based on the following tutorials:

Testing: