Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

avelino/nacho

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nacho

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

https://raw.github.com/avelino/nacho/master/docs/_static/nacho.png

Build Status - Drone Build Status - Travis CI

Our goals

  • It was designed to work on Python >= 3.3
  • tulip is default http server
  • 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

Parameters Server

  • host - the hostname to listen on. Set this to '0.0.0.0' to have the server available externally as well. Defaults to '127.0.0.1'.
  • port - the port of the webserver. Defaults to 7000 or the port defined in the SERVER_NAME config variable if present.
  • workers - the workers number. Defaults to 1.
  • iocp - the operacional sistem Windows IOCP event loop. Defaults to False.
  • ssl - the ssl mode. Defaults to False

About

Python micro web-framework and asynchronous networking library tulip, support Python >= 3.3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages