Skip to content

oeananas/aiohttp_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiohttp_demo

simple aiohttp web app

run

params

configure config.yaml file (database and site name) or use local file

'-H', '--host': 'listening host', default='127.0.0.1'

'-P', '--port': 'connection port', default=8080

'-R', '--reload': 'Autoreload on code change', default=True

'-C', '--config': 'Path to config file', default=demo/config.py

start

create and activate virtualenv

pip install -r requirements.txt
python entry.py

About

simple aiohttp web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages