lua MVC web開發框架 Bamboo 1.0發布
歷經接近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
安裝說明: https://github.com/daogangtang/bamboo/blob/master/doc/0.INSTALL.md
轉自: iteye
本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!