Skip to content

Latest commit

 

History

History

python-websockets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Python / websockets

Simple Python websocket benchmark server using websockets-library. Slightly modified version from Python-Websockets_Websocket-Benchmark-Server

Run

docker run -p 8080:8080 villekr/python-websocket-benchmark

Optional Environment Variables

  • LOOP - Python event loop
    • Default: "asyncio"
    • Type: string (uvloop)