My Book

Exit doors
Tags
Archives
License
http://www.defuze.org is licensed by Sylvain Hellegouarch under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.Books I Reviewed


Tag Archives: amqp
A quick chat WebSockets/AMQP client
In my previous article I described how to plug WebSockets into AMQP using Tornado and pika. As a follow-up, I’ll show you how this can be used to write the simplest chat client. First we create a web handler for … Continue reading
Plugging AMQP and WebSockets
In my last article, I discussed the way the WSPBus could help your management of Python processes. This time, I’ll show how the bus can help plugging in heterogeneous frameworks and manage them properly too. The following example will plug … Continue reading