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 bd8555da85
Pass a `reason` argument to the disconnect handler (#1422)
4 months ago
..
async Pass a `reason` argument to the disconnect handler (#1422) 4 months ago
javascript Bump path-to-regexp and express in /examples/client/javascript (#1416) #nolog 4 months ago
sync Pass a `reason` argument to the disconnect handler (#1422) 4 months ago
README.rst Simplified client (#1237) 2 years ago

README.rst

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

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

sync
----

Examples that use standard Python thread concurrency.

async
-----

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

javascript
----------

Examples that use the JavaScript version of Socket.IO for compatiblity testing.