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.
Miguel Grinberg 1768e251b9
updates to asgi examples
6 years ago
..
aiohttp aiohttp instead of flask in example HTML (#91) 7 years ago
asgi updates to asgi examples 6 years ago
sanic updated socketio js client to v2.0.4 in all examples 7 years ago
tornado Tornado examples readme 7 years ago
wsgi ASGI support 6 years ago
README.rst Tornado 5 support 7 years ago

README.rst

Socket.IO Examples
==================

This directory contains several example Socket.IO applications, organized by
directory:

wsgi
----

Examples that are compatible with the WSGI protocol and frameworks.

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.