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.
dependabot[bot] 86a7176a5a
Bump django in /examples/server/wsgi/django_socketio (#1461) #nolog
5 days ago
..
aiohttp Pass a `reason` argument to the disconnect handler (#1422) 5 months ago
asgi Bump h11 from 0.11.0 to 0.16.0 in /examples/server/asgi (#1458) #nolog 3 weeks ago
javascript Pass a `reason` argument to the disconnect handler (#1422) 5 months ago
sanic Pass a `reason` argument to the disconnect handler (#1422) 5 months ago
tornado Pass a `reason` argument to the disconnect handler (#1422) 5 months ago
wsgi Bump django in /examples/server/wsgi/django_socketio (#1461) #nolog 5 days ago
README.rst v5 protocol: add JavaScript client and server examples for testing 5 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.