Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 300 Bytes

README.rst

File metadata and controls

15 lines (10 loc) · 300 Bytes

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.