Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 450 Bytes

File metadata and controls

25 lines (16 loc) · 450 Bytes

Socket.IO Examples

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

wsgi

Examples that are compatible with the WSGI protocol and frameworks.

aiohttp

Examples that are compatible with the aiohttp framework for asyncio.

sanic

Examples that are compatible with the sanic framework for asyncio.

tornado

Examples that are compatible with the tornado framework.