Skip to content

stleon/tornado-redis-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tornado-redis-chat

More info here

How to run

cd tornado-redis-chat
docker build -t chat .
docker run --name some-redis -d redis
docker run --name some-app -p 8888:8888 --link some-redis:redis -d chat

And then you can go https://192.168.59.103:8888/login (for me)

About

test task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published