Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 410 Bytes

Tord

Asynchronous Websocket + Pubsub based web framework built over Tornado, Redis, ZMQ, SockJS

Goals:

  • Micro Framework
  • REST API over HTTP and Websocket (over same TCP port)
  • Template support
  • Static serving support
  • PubSub support using Redis or ZMQ
  • Asynchronous + Tornado event loop

See example for usage and documentation.