https://github.com/pgjones/trio_quart_article
Simple chat example
https://github.com/pgjones/trio_quart_article
Last synced: 9 months ago
JSON representation
Simple chat example
- Host: GitHub
- URL: https://github.com/pgjones/trio_quart_article
- Owner: pgjones
- Created: 2018-12-17T21:46:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T21:50:26.000Z (over 7 years ago)
- Last Synced: 2024-12-25T10:44:29.710Z (over 1 year ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Quart-Trio Article
==================
This is the code to accompany an `article
`_.
Running
-------
Either run ``python chat.py`` or use hypercorn ``hypercorn -k trio
chat:app`` after installing Quart-Trio in a Python3.7 virtualenv.