An open API service indexing awesome lists of open source software.

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

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.