CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
sockjs-testsrv.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/overview.rst
examples/chat.html
examples/chat.py
sanic_sockjs/__init__.py
sanic_sockjs/exceptions.py
sanic_sockjs/protocol.py
sanic_sockjs/route.py
sanic_sockjs/session.py
sanic_sockjs.egg-info/PKG-INFO
sanic_sockjs.egg-info/SOURCES.txt
sanic_sockjs.egg-info/dependency_links.txt
sanic_sockjs.egg-info/not-zip-safe
sanic_sockjs.egg-info/requires.txt
sanic_sockjs.egg-info/top_level.txt
sanic_sockjs/transports/__init__.py
sanic_sockjs/transports/base.py
sanic_sockjs/transports/eventsource.py
sanic_sockjs/transports/htmlfile.py
sanic_sockjs/transports/jsonp.py
sanic_sockjs/transports/rawwebsocket.py
sanic_sockjs/transports/utils.py
sanic_sockjs/transports/websocket.py
sanic_sockjs/transports/xhr.py
sanic_sockjs/transports/xhrsend.py
sanic_sockjs/transports/xhrstreaming.py
tests/asdf
tests/conftest.py
tests/test_protocol.py
tests/test_route.py
tests/test_session.py
tests/test_transport.py
tests/test_transport_eventsource.py
tests/test_transport_htmlfile.py
tests/test_transport_jsonp.py
tests/test_transport_rawwebsocket.py
tests/test_transport_websocket.py
tests/test_transport_xhr.py
tests/test_transport_xhrsend.py
tests/test_transport_xhrstreaming.py
tests/utils.py