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.