Flask-Admin

Flask-Admin 1.3.0 updated

Flask is a micro-framework for Python based on Werkzeug and Jinja 2. Flask-Admin was inspired by Django's recently released admin module that allows developers to manage framework data, behavior and architecture via a visual interface. Flask-Admin...

read more
TornadIO

TornadIO 0.0.5

TornadIO is an implementation of the Socket.IO realtime transport library on top of the Tornado framework.ConfigurationYou can configure your handler by passing settings to the get_router function as a dict object. * enabled_protocols: This is a list...

read more

sockjs-tornado is a Python server side counterpart of SockJS-client browser library running on top of Tornado framework.Simplified echo SockJS server could look more or less like:from tornado import web, ioloopfrom sockjs.tornado import SockJSRouter,...

read more
TornadIO2

TornadIO2 0.0.4

TornadIO2 is Python server implementation of the Socket.IO realtime transport library on top of the Tornado framework.TornadIO2 is compatible with 0.7+ version of the Socket.IO and implements most of the features found in original Socket.IO server...

read more