Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 236 Bytes

File metadata and controls

20 lines (14 loc) · 236 Bytes

Async websockets server without any third-party dependencies.

Install dev dependencies

make install

Run tests

make test

Run the example web chat

make example_web_chat

Tags: python, async, websockets