tgonzales / nacho

Python micro web-framework and asynchronous networking library, support Python 3.x

Home Page:http://nachoweb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nacho

Python micro web-framework and asynchronous networking library, support Python 3.x

image

Build Status - Drone

Build Status - Travis CI

Our goals

  • It was designed to work on Python 3.x
  • Some of syntax were inspired on Tornado's syntax
  • Tornado is the default server, but Eventlet is stable as well
  • Templates are done by Jinja2
  • HTML5 as the big-main-thing
  • Work friendly with NoSQL (otherwise we should stop talking about them)
  • Handle asynchronous requests properly

About

Python micro web-framework and asynchronous networking library, support Python 3.x

http://nachoweb.io

License:MIT License