Skip to content

zpoint/PyWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Web Server Based on aiohttp

Requirement

sudo python3 -m pip install -r requirements.txt

Run

bind to port 80 require root permission

vim config.ini # change host and port etc ...
sudo nohup python3 main.py > /dev/null &

or

sudo sh start.sh

Test

In browser

http://localhost/

Response:

Hello Aiohttp!

About

Python3.5 Web Server demo based on aiohttp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published