Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 406 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 406 Bytes

Node Socket Redis messaging system

Simple messaging system built on node using socket.io and Redis.

Setup

Install npm dependencies.

npm install .

Create a .env file with configs for your redis server as it's shown in sample.env file.

Running

Build sources

npm run build

Run the built files.

npm run start

Build sources and watch for changes

npm run watch