Skip to content

petrushev/redisbahn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redisbahn

A simple proof of concept for passing messages from redis to websocket using Python, Twisted and Autobahn.

Python requirements

  • twisted
  • txredisapi
  • autobahn

Start

  • in console, type twisted -ny run
  • in browser, open index.html
  • in console, open redis-cli, then type: publish mychannel "hello world!"

About

A simple proof of concept for passing messages from redis to websocket using Python, Twisted and Autobahn.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published