Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 601 Bytes

File metadata and controls

22 lines (15 loc) · 601 Bytes

zigmo - python web framework

README: 中文 | English

learn how web framework and wsgi web server works!

  1. ioloop module based on epoll.
  2. zigmo framework isn't asynchronous for now. we are working on it.

Features

  1. asynchronous
  2. learning friendly

Modules

  1. ioloop - processing io event
  2. zigmo - main web framework
  3. wsgi_server - a demo implement of WSGI protocol

Environment

zigmo require Python 2.7 and linux with epoll

Credits