Skip to content

aprice-/redisstreamchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redisstreamchat

An example demonstrating new Redis Streams to build an end to end example of real-time chat rooms (think Hipchat, Slack or IRC).

Read the full write up.

Requirements

Docker and Docker Compose installed.

Usage

Launch the example using Docker

docker-compose up -d

After the containers have been built, the example can be accessed on port 3000.

Remove containers

docker-compose rm -f

Start Angular debugging

cd ./app/client
npm install
npm run start

Start API server

cd ./app/api
npm install
REDIS=[ip] node src/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors