NodeJS MVC 框架 QuorraJS
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://quorrajs.org/
- 软件文档: http://quorrajs.org/docs/v1/preface/quickstart.html
- 官方下载: https://github.com/quorrajs/Quorra/archive/master.zip
软件介绍
QuorraJS 是一款较成熟的完整的NodeJS MVC 框架。
安装
npm install -g quorra-cli
示例代码:
Route.get('users', function(req, res)
{
res.send('Users!');
});Route.get('users', 'UserController@getIndex')
Head Rush Ajax
Brett McLaughlin、Eric Freeman、Elisabeth Freeman / O'Reilly Media, Inc. / 2006-03-01 / USD 34.99
Ajax, or Asynchronous JavaScript and XML, is a term describing the latest rage in web development. Ajax is used to create interactive web applications with XML-based web services, and using JavaScript......一起来看看 《Head Rush Ajax》 这本书的介绍吧!
