Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 359 Bytes

Websockets Example

This example demonstrates the usage of molten.contrib.websockets to build a basic chatroom app.

Usage

Install molten with pip install -e '.[dev]' then install gunicorn and gevent with pip install gunicorn gevent. Run the server:

$ gunicorn -k gevent app:app

Finally, open chat.html in a browser and talk to yourself.