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] c5064110fc
Bump tornado from 6.3.2 to 6.3.3 in /examples/server/tornado (#1225) #nolog
2 years ago
..
aiohttp Bump aiohttp from 1.3.1 to 3.7.4 in /examples/server/aiohttp (#644) #nolog 3 years ago
asgi Bump websockets from 8.1 to 9.1 in /examples/server/asgi (#707) #nolog 3 years ago
javascript Bump socket.io-parser from 4.2.2 to 4.2.3 in /examples/server/javascript (#1195) #nolog 2 years ago
sanic Bump ujson from 1.35 to 5.4.0 in /examples/server/sanic (#950) #nolog 3 years ago
tornado Bump tornado from 6.3.2 to 6.3.3 in /examples/server/tornado (#1225) #nolog 2 years ago
wsgi Bump django from 4.2.1 to 4.2.3 in /examples/server/wsgi/django_socketio (#1210) #nolog 2 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.