You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Florian Metzger-Noel 4d5e36d36f
Add application name to Sanic example (#892)
3 years ago
..
aiohttp Fix aiohttp example's background task (Fixes #881) 3 years ago
asgi Add example code to flake8 linter 3 years ago
javascript Pass custom authentication data with client connection (Fixes #661) 4 years ago
sanic Add application name to Sanic example (#892) 3 years ago
tornado Add example code to flake8 linter 3 years ago
wsgi Add example code to flake8 linter 3 years ago
README.rst v5 protocol: add JavaScript client and server examples for testing 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.