Best Flask open-source libraries and packages

Asynchronous sample

非同期処理のサンプル実装です。
Updated 1 year ago

asynchronous-sample

Overview

非同期処理のサンプル実装です。

Usage

必要なパッケージをインストールします。

pip install -r requirements.txt

Flaskを起動します。

FLASK_APP = app.py
FLASK_ENV = development
FLASK_DEBUG = 0
python -m flask run

Author

Masashi Hamaguchi
masashi.hamaguchi@keio.jp

License

The source code is licensed MIT.
https://opensource.org/licenses/mit-license.php

Tags async