教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
Web应用开发
Web框架
KrakenJS
KrakenJS
- Node.js 的 Web 框架
Node.js 扩展
Web框架
授权协议:
Apache
操作系统:
跨平台
开发语言:
JavaScript
软件简介
Kraken 是 Paypal 公司的一个开源的 Node.js 的 Web 框架。
目录结构:
/config
- Application and middleware configuration
/controllers
- Controllers
/lib
- Custom developer libraries and other code
/locales
- Local-based content
/models
- Models
/public
- Web resources that are publicly available
/public/templates
- Server and browser-side templates
/tests
- Unit and functional test cases
软件首页