Bamboo 1.0 发布,lua MVC web开发框架
时间:2011-11-11 来源:开源中国社区
历经接近1年的开发,Bamboo v1.0终于发布了。它是一个MVC,融合了非常多的创新理念在其中。
Bamboo v1.0新特性如下:
- Bamboo is a MVC framework;
- cooperates with mongrel2, zeromq and redis;
- stateless handler;
- powerful views rendering engine;
- a strict single inheritance OOP model style;
- use a lua table as the main URL router;
- in each module, there can be another URL router related to this module (URL moduled);
- project init(), finish(); module init(), finish();
- a whole set of filter system for handler function;
- flexible ORM wrapper, specific to redis;
- powerful MVM (model-to-view mapping) function;
- decorators on database related actions, to reduce manual code;
- builtin User, Group and Permission models and a set of permission checking procedure;
- builtin test framework (based on telescope)
详细信息:https://github.com/daogangtang/bamboo/blob/master/README.md
项目地址:https://github.com/daogangtang/bamboo
安装说明:https://github.com/daogangtang/bamboo/blob/master/doc/0.INSTALL.md
相关阅读 更多 +