Total.js 框架 v2.6.0 发布,Node.js 的 MVC 框架

简介:

Total.js 框架 v2.6.0 发布了,Total.js 是一个 web 应用框架,使用 JavaScript,HTML,CSS 和 Node.js(MVC) web 应用框架来构建 web 网站和 web 应用。更新如下:

News:

  • added: F.config['default-errorbuilder-status'] a default HTTP status for all error builders default 200
  • added: F.config['default-listenpath'] starts a UNIX socket server listening for connections on the given path
  • added: F.listenpath contains default-listenpath location
  • added: F.custom(mode, http, request_prototype, response_prototype, options) a new mode for overwriting default HTTP server
  • added: schema.inherit([group], name) can inherit all values from another schema
  • added: NoSQL synchronization for cluster (more in docs)
  • added: cache synchronization for cluster (more in docs)
  • added: F.cluster (more in docs)
  • added: Total.js debug script require('total.js/debug') instead of debug.js file
  • added: a support for async attribute when

Fixes:

  • fixed: controller.send() bad declaration of connection.id for id and blacklist arguments
  • fixed: totaljs --translate problem with node_modules and .git directory
  • fixed: a waiting mode in GETSCHEMA()
  • fixed: cache instance.cache() in RESTBuilder
  • fixed: NoSQL filtering (critical)
  • fixed: a bug ImageMagick/GraphicsMagick when the path contains spaces (critical)
  • fixed: controller.memorize() didn't work (critical)
  • fixed: dynamic params when controller.transfer() is performed

文章转载自 开源中国社区 [http://www.oschina.net]

相关文章
|
22天前
|
开发框架 JavaScript 安全
js开发:请解释什么是Express框架,以及它在项目中的作用。
Express是Node.js的Web开发框架,简化路由管理,支持HTTP请求处理。它采用中间件系统增强功能,如日志和错误处理,集成多种模板引擎(EJS、Jade、Pug)用于HTML渲染,并提供安全中间件提升应用安全性。其可扩展性允许选用合适插件扩展功能,加速开发进程。
|
8天前
报错/ ./node_modules/axios/lib/platform/index.js Module parse failed: Unexpected token (5:2)怎么解决?
报错/ ./node_modules/axios/lib/platform/index.js Module parse failed: Unexpected token (5:2)怎么解决?
|
4天前
|
开发框架 JavaScript 前端开发
【Node系列】Express 框架
Express.js 是一个基于 Node.js 平台的极简、灵活的 web 应用开发框架,提供一系列强大的特性来帮助你创建各种 web 和移动设备应用。
23 2
|
4天前
|
JavaScript 前端开发 API
框架分析(3)-Vue.js
框架分析(3)-Vue.js
|
13天前
|
前端开发 安全 Java
使用Java Web框架:Spring MVC的全面指南
【4月更文挑战第3天】Spring MVC是Spring框架的一部分,用于构建高效、模块化的Web应用。它基于MVC模式,支持多种视图技术。核心概念包括DispatcherServlet(前端控制器)、HandlerMapping(请求映射)、Controller(处理请求)、ViewResolver(视图解析)和ModelAndView(模型和视图容器)。开发流程涉及配置DispatcherServlet、定义Controller、创建View、处理数据、绑定模型和异常处理。
使用Java Web框架:Spring MVC的全面指南
|
20天前
|
前端开发 JavaScript Java
MVC框架:SpringMVC(三)
MVC框架:SpringMVC
30 0
|
20天前
|
JSON 前端开发 JavaScript
MVC框架:SpringMVC(二)
MVC框架:SpringMVC
35 0
|
20天前
|
前端开发 Java 应用服务中间件
MVC框架:SpringMVC(一)
MVC框架:SpringMVC
58 0
|
23天前
|
Web App开发 JavaScript 前端开发
js开发:请解释什么是Node.js,以及它的应用场景。
Node.js是基于V8的JavaScript运行时,用于服务器端编程。它的事件驱动、非阻塞I/O模型使其在高并发实时应用中表现出色,如Web服务器、实时聊天、API服务、微服务、工具和跨平台桌面应用(使用Electron)。适用于高性能和实时需求场景。
18 4
|
28天前
|
前端开发 JavaScript 机器人
详解《基于 javascript 的流程图编辑框架LogicFlow
详解《基于 javascript 的流程图编辑框架LogicFlow
38 0