Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.

erizocosmico/Gryphon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gryphon

Tired of running thousands of gunicorn instances? tired of restarting the server to see the changes? Just drop your files just like you would do it with php and apache but instead with python and flask.

Usage

Download the source and upload your files to www/ directory. And you're done.

In every python file there has to be a method called run. You can use everything flask provides from any python file since it will be called by the flask app.

For example:

from flask import request

def run():
  return request.method

Run it

To run it you just have to run the server.py file:

python server.py <gunicorn|tornado> <gunicorn params|tornado port>

About

Tired of running thousands of gunicorn instances? tired of restarting the server to see the changes? Just drop your files just like you would do with php and apache but instead with python and flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages