NodeJS MVC 框架 QuorraJS

码农软件 · 软件分类 · JavaScript MVC 框架 · 2019-03-15 12:57:25

软件介绍

QuorraJS 是一款较成熟的完整的NodeJS MVC 框架。

安装

npm install -g quorra-cli

示例代码:

Route.get('users', function(req, res)
{
     res.send('Users!');
});
Route.get('users', 'UserController@getIndex')

本文地址:https://codercto.com/soft/d/1399.html

Head Rush Ajax

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》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试