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')
Building Websites with Joomla!
H Graf / Packt Publishing / 2006-01-20 / USD 44.99
This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!
