Starting point for creating python based ASGI HTTP server
You need Python 3.6 or later to run starlette-boilerplate.
Python packages are available at http://www.python.org/getit/
To Run:
$ pip install -r requirements.txt
$ python app.py
- Starlette - ASGI framework
- Uvicorn - ASGI server
- python-multipart - Streaming multipart parser
- Greg Amato - Initial work - Amatobahn
This project is licensed under the MIT License - see the LICENSE.md file for details