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] 9f34493c27
Bump aiohttp from 3.9.4 to 3.10.2 in /examples/server/aiohttp (#1372) #nolog
8 months ago
..
aiohttp Bump aiohttp from 3.9.4 to 3.10.2 in /examples/server/aiohttp (#1372) #nolog 8 months ago
asgi Reporting to Socket.IO Admin UI (#1164) 1 year ago
javascript Bump ws, engine.io, socket.io-adapter and engine.io-client (#1353) #nolog 10 months ago
sanic Update note about Sanic issues (Fixes #1365) 9 months ago
tornado Bump tornado from 6.3.3 to 6.4.1 in /examples/server/tornado (#1346) #nolog 10 months ago
wsgi Bump django in /examples/server/wsgi/django_socketio (#1370) #nolog 8 months 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.