欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Bamboo 1.0发布,lua MVC web开发框架

程序员文章站 2022-05-08 21:18:16
...
历经接近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