Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 305 Bytes

File metadata and controls

15 lines (10 loc) · 305 Bytes

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.