文件名称:swiftjs-2:第二次尝试为 expressjs 创建 MVC 库
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-31 09:09:54
JavaScript
swiftjs-2 这是我为 expressjs 创建 MVC 库的第二次尝试,这是对原始框架的完全重写,删除了许多不必要的功能,以实现简单性和灵活性。 这个新框架的目标是在不牺牲流程灵活性的情况下为 nodejs 应用程序提供一个结构。 如何使用 swift 2 中的控制器只是导出路由的 NodeJS 模块。 module . exports = { root : '/' , //root is optional, if not set, root will be the name of the controller routes : { // 'get': [someMiddlewhere, index], //call some middleware before calling index action. 'get /<route
【文件预览】:
swiftjs-2-master
----.gitignore(32B)
----templates()
--------view.ejs.tt(85B)
--------model.js.tt(154B)
--------server.js.tt(778B)
--------controller.js.tt(492B)
----package.json(886B)
----bin()
--------swift(3KB)
----index.js(3KB)
----README.md(1KB)
----example()
--------app()
--------index.js(816B)