Metadata-Version: 1.1
Name: SwampDragon
Version: 0.3.2
Summary: SwampDragon is a powerful platform making it easy to build real time web applications, combining the power of Django and Tornado
Home-page: https://github.com/jonashagstedt/swampdragon
Author: Jonas Hagstedt
Author-email: hagstedt@gmail.com
License: BSD
Description: SwampDragon
        ===========
        
        [![Downloads](https://pypip.in/download/SwampDragon/badge.svg?style=flat&?period=month)](https://pypi.python.org/pypi/SwampDragon/)
        [![Downloads](https://pypip.in/py_versions/SwampDragon/badge.svg?style=flat&)](https://pypi.python.org/pypi/SwampDragon/)
        
        Build real-time web applications with Django.
        
        Features:
        
        *  Real-time data
        *  Self publishing model
        *  Make use of the wonderful features of Django
        *  Serializers handling Django models
        *  Customisable field serializers
        *  Routers that are easy to understand
        *  Angular JS support
        *  Query style data subscriptions
        
        
        SwampDragon makes use of Djangos wonderful ORM, Tornados excellent websocket support (with fallback. Tested in IE7), and
        Redis blazing speed.
        
        ## Installation
        
            pip install swampdragon
            
           
        ## Quickstart
        
        See documentation and example projects in this repository
        
        
        ## Notes
        
        ### Tornado 4.0
        If you experience ```Error during WebSocket handshake: Unexpected response code: 403``` you might have to run 
        the latest dev version of sockjs-tornado.
        
        ```pip uninstall sockjs-tornado```
        
        
        ```pip install -e git+https://github.com/mrjoes/sockjs-tornado.git#egg=sockjs-tornado```
        
        
        **update** this seems to have been resolved now
        
        
        
        # Documentation
        
        see [ReadTheDocs](http://swamp-dragon.readthedocs.org)
        
Keywords: SwampDragon,realtime,sockjs,django,tornado,framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
