Metadata-Version: 1.1
Name: SwampDragon
Version: 0.3.0
Summary: Swamp dragon 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: Swamp Dragon
        ============
        
        Build real-time web applications with Django.
        
        
        # 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```
        
        This should solve the error message.
        
        
        # Documentation
        
        see [ReadTheDocs](http://swamp-dragon.readthedocs.org)
        
Keywords: swamp dragon,realtime,sockjs,django,tornado,framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
