| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Here some RabbitMQ example.
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.
| Back | FazBrowse Home | New Git URL |