An open API service indexing awesome lists of open source software.

https://github.com/zpoint/pywebserver

Python3.5 Web Server demo based on aiohttp
https://github.com/zpoint/pywebserver

aiohttp python3

Last synced: about 1 month ago
JSON representation

Python3.5 Web Server demo based on aiohttp

Awesome Lists containing this project

README

          

### 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!