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.
khanhkhanhlele 564a431e20 Fix typos in examples/simple-client/async/README.rst 7 months ago
..
async Fix typos in examples/simple-client/async/README.rst 7 months ago
sync Upgrade the code to more recent Python versions 1 year ago
README.rst Simplified client (#1237) 3 years ago

README.rst

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

This directory contains several example Socket.IO client applications built
with the simplified client and organized by directory:

sync
----

Examples that use standard Python.

async
-----

Examples that use Python's `asyncio` package.