Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.rst

Socket.IO Client Examples

This directory contains several example Socket.IO client applications, organized by directory:

sync

Examples that use standard Python thread concurrency.

async

Examples that use Python's asyncio package for concurrency.

javascript

Examples that use the JavaScript version of Socket.IO for compatiblity testing.