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] 0596428068
Bump socket.io-parser from 4.2.4 to 4.2.6 in /examples/client/javascript
3 months ago
..
async linter fixes #nolog 1 year ago
javascript Bump socket.io-parser from 4.2.4 to 4.2.6 in /examples/client/javascript 3 months ago
sync linter fixes #nolog 1 year ago
README.rst Simplified client (#1237) 3 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.