File tree Expand file tree Collapse file tree 6 files changed +14
-12
lines changed Expand file tree Collapse file tree 6 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1- Socket.IO aiohttp Examples
1+ Socket.IO ASGI Examples
22==========================
33
44This directory contains example Socket.IO applications that are compatible with
5- asyncio and the aiohttp framework. These applications require Python 3.5 or
6- later.
5+ asyncio and the ASGI specification.
76
87app.py
98------
3635 $ python latency.py
3736
3837You can then access the application from your web browser at
39- ``http://localhost:8080 ``.
38+ ``http://localhost:5000 ``.
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python
12import asyncio
23
34import uvicorn
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python
12import uvicorn
23
34import socketio
Original file line number Diff line number Diff line change 1- aiohttp == 1.3.1
2- async-timeout == 1.1.0
3- chardet == 2.3.0
4- multidict == 2.1.4
5- python-engineio
6- python_socketio
7- six == 1.10.0
8- yarl == 0.9.2
1+ Click == 7.0
2+ h11 == 0.8.1
3+ httptools == 0.0.11
4+ python-engineio == 3.0.0
5+ -e git+git@github.com:miguelgrinberg/python-socketio@b214380d056dbbfb08273ac482633254176cb847#egg=python_socketio
6+ six == 1.11.0
7+ uvicorn == 0.3.21
8+ uvloop == 0.11.3
9+ websockets == 7.0
You can’t perform that action at this time.
0 commit comments