Node.js 的 Web 框架:KrakenJS
jopen
11年前
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