Metadata-Version: 1.1
Name: djwebsockets
Version: 0.8.13
Summary: Simple Evented websocket interface for wsgi applications
Home-page: https://github.com/extremus-io/djwebsockets
Author: kittuov
Author-email: kittuov@gmail.com
License: MIT
Description: 
            This is a part of a project extremus-io.
            ##### update V0.8.1:
                - minor bug fix
            ##### update V0.8:
                - added mixin support. now you can control the auth work flow in every event on_connect, on_message, on_close.
        
                - now supports any wsgi application see documentation for more information.
        
                - \* experimental * added django middleware support via a mixin (djwebsockets.mixins.wsgi.WSGIMixin) you can run django middleware for requests only for now
                added a demo chatroom websocket configuration.
        
            > The app is almost production ready. It lacks good documentation. partial documentation is available at https://pythonhosted.org/djwebsockets and https://extremus-io.github.io/djwebsockets
            > Note: requires python > 3
            
Keywords: django,websockets,websocket,wsgi,simple websocket,simple,realtime,realtime server,realtime django
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Requires: websockets
Requires: asyncio
Requires: django
