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] 0b269d9f77
Bump socket.io-parser from 4.0.4 to 4.0.5 in /examples/client/javascript (#1082) #nolog
2 years ago
..
asyncio Pass custom authentication data with client connection (Fixes #661) 4 years ago
javascript Bump socket.io-parser from 4.0.4 to 4.0.5 in /examples/client/javascript (#1082) #nolog 2 years ago
threads Pass custom authentication data with client connection (Fixes #661) 4 years ago
README.rst v5 protocol: add JavaScript client and server examples for testing 4 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.

javascript
----------

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