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 dd3608c79e
fixed requirements file
6 years ago
..
aiohttp reorganization of examples, plus some new ones for the client 6 years ago
asgi updated asgi examples to the latest uvicorn 6 years ago
sanic Update sanic version in requirements.txt (#255) 6 years ago
tornado reorganization of examples, plus some new ones for the client 6 years ago
wsgi fixed requirements file 6 years ago
README.rst reorganization of examples, plus some new ones for the client 6 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.