FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pierakim/rabbitmqexample: RabbitMQ Examples · GitHub

 
 

Repository files navigation

rabbitmqexample

Here some RabbitMQ example.

  1. webSocketPython : How to redirect RabbitMQ messages to web-page using http://www.tornadoweb.org/.

To get ready you need pika and tornado in this way:

pip install pika 
pip install tornado 

Execute my-server.py and open a web page on http://localhost:8888/ Try to send a message to "my_queue" on rabbitmq (or simply use sendtest.py) , it will be redirected to all connected clients.

About

RabbitMQ Examples

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL