Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 270 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 270 Bytes

Node.js / Socket.io Server

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

Installation

npm install

Run APP

node chat-server.js

Run Tests

npm test