NODCode / nodcode

Anonymous messaging service
0 stars 0 forks source link

Add repository APIs description #17

Closed haskone closed 8 years ago

haskone commented 8 years ago

Repository Level has to using AMQP for communicate with others components. So, need to describe how exactly RL will does that

h-ann commented 8 years ago

RabbitMQ speaks AMQP 0.9.1, which is an open, general-purpose protocol for messaging. There are a number of clients for RabbitMQ in many different languages. In this project we use Pika, which is the Python client recommended by the RabbitMQ team.

h-ann commented 8 years ago

Also call Pika from Tornado.

haskone commented 8 years ago

Completed