Skip to content

ddayzzz/appointed2_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointed2

A simple http server based on aiohttp

Features

  • asynchronous mysql connection
  • a fast way for converting url to function
  • integrate the database and function
  • jinja2 template support

Build

run python setup.py install will install the packages in your python interpreter environment

Requirements

  1. aiohttp(which means its minimum python version is 3.5)
  2. aiomysql

Acknowledgement

  1. liaoxuefeng's Blog - Python web demo
  2. aiohttp

Releases

No releases published

Packages

No packages published

Languages