pythonasyncioeventletgeventlong-pollinglow-latencysocket-iosocketiosocketio-serverweb-serverwebsocket
|
4 years ago | |
---|---|---|
.. | ||
aiohttp | 4 years ago | |
asgi | 4 years ago | |
javascript | 4 years ago | |
sanic | 4 years ago | |
tornado | 4 years ago | |
wsgi | 4 years ago | |
README.rst | 4 years ago |
README.rst
Socket.IO Server Examples
=========================
This directory contains several example Socket.IO applications, organized by
directory:
wsgi
----
Examples that are compatible with the WSGI protocol and frameworks.
asgi
----
Examples that are compatible with the ASGI specification.
aiohttp
-------
Examples that are compatible with the aiohttp framework for asyncio.
sanic
-----
Examples that are compatible with the sanic framework for asyncio.
tornado
-------
Examples that are compatible with the tornado framework.
javascript
----------
Examples that use the JavaScript version of Socket.IO for compatiblity testing.