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 2a54f6c020 Remove unneeded data argument #nolog 5 years ago
..
asyncio Remove unneeded data argument #nolog 5 years ago
threads Remove unneeded data argument #nolog 5 years ago
README.rst reorganization of examples, plus some new ones for the client 6 years ago

README.rst

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

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

threads
-------

Examples that use standard Python thread concurrency.

asyncio
-------

Examples that use Python's `asyncio` package for concurrency.