Tornado

Event-driven architecture: Chat with Python and Tornado

At Selltag we built a simple chat service based on events, keeping It as simple as possible. The message flow is simple. A message arrives, we emit an event, different listeners launch different tasks on background depending on the type of the message. The service is an HTTP Rest API listening on …