https://github.com/willy182/super-sanic
https://github.com/willy182/super-sanic
asynchronous python sanic-framework
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willy182/super-sanic
- Owner: willy182
- Created: 2020-04-21T13:45:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T08:47:07.000Z (almost 6 years ago)
- Last Synced: 2024-04-19T05:07:57.987Z (about 2 years ago)
- Topics: asynchronous, python, sanic-framework
- Language: Python
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Super Sanic

Asynchronous Sanic, reference from [davittovmasyan](https://medium.com/@davittovmasyan/goin-fast-and-asynchronous-with-python-and-sanic-387d722f3668)
## Requirement
- python 3.8.*
## Running the program
- `$ pip install -r requirement.txt`
- `$ python main.py`