Home > NoodlesFramework

NoodlesFramework

NoodlesFramework is a project mainly written in ..., it's free.

long noodles aims to be web dev framework specialized for use on top of gevent and with nosql storage engines

This is our small web-framework, based on gevents(gevents.org).

To start work with it clone it to noodles directory

$ cd noodles_project_dir $ git clone [email protected]:guyromm/NoodlesFramework.git noodles

To start new project do:

$ python noodles/manage.py init $ python runserver.py

Fail? Just install all necessary libs:

redis-py, webob, routes, mako, gevent

For more detail info see INSTALL...

Previous:Ideal-Deals