cnastasi / RedisChat

A simple chat written in nodejs for testing redis pub/sub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedisChat

A simple chat written in nodejs for testing redis pub/sub

Installation

You need Redis installed locally with standard configuration

$ git clone [git-repo-url] RedisChat
$ cd RedisChat
$ npm install
$ node index.js

About

A simple chat written in nodejs for testing redis pub/sub

License:MIT License


Languages

Language:JavaScript 100.0%