Metadata-Version: 1.0
Name: tord
Version: 0.4.0
Summary: Asynchronous Websocket + Pubsub based web framework built over Tornado, Redis, ZMQ, SockJS
Home-page: https://github.com/abhinavsingh/tord
Author: Abhinav Singh
Author-email: mailsforabhinav@gmail.com
License: BSD
Description: 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](https://github.com/abhinavsingh/tord/tree/master/example) for usage and documentation.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
