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 699ee9c47a
Context manager interface for the simple clients
2 years ago
..
async Context manager interface for the simple clients 2 years ago
sync Context manager interface for the simple clients 2 years ago
README.rst Simplified client (#1237) 2 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.