Skip to content

artss/geweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geweb is an asyncronous micro web framework based on gevent.

Installation

pip install geweb

Create project

geweb init myproject

Run server

cd myproject
geweb run

App structure

|- myproject
    |- myapp
        |- templates/
            |- tmpl1.html
            |- tmpl2.html
            |- ...
        |- __init__.py
        |- urls.py

About

Geweb is an asyncronous micro web framework based on gevent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors