標籤:
node.js中的架構
載自: http://nodeframework.com/
MVC frameworksSinatra-like
These frameworks offer rich configuration and are less opinionated than Rails-like or full-stack.
- Express
- hapi
- flatiron
- MEAN.js
- locomotive
- total.js
- koa.js
- Twee.IO
Rails-like
Present your project properly. Create your own art from included templates
- CompoundJS (former railswayjs)
- geddy
- Sails.js
- RhapsodyJS
Full-stack frameworks
That‘s where Node.js really shines. The full-stack MVC frameworks are bundled with scaffolding, template engines, websocket and persistence libraries to allow you build real-time scalable web apps.
- Derby
- SocketStream
- MEAN.io
- Meteor
- Mojito
- COKE
- Sleekjs
- Danf
REST API frameworks
For those who use rich-client/front-end MVC frameworks (or not) and just need to spin up a fast Node.js REST API server.
- actionHero.js
- Frisby
- restling
- restify
- restmvc
- percolator
- LoopBack
- Fortune.js
- facet
- Raddish
Other libraries
Middleware, libraries and static site generators.
- Connect
- Kraken
- ewdGateway2
- Wintersmith
- docpad
- Blacksmith
- romulus
- Petrify
- Tower.js
- Impress
- Rendr
- Backnode
- Sequelize
- Cylon.js
- Virgilio.js
Not enough? Okay, here is the laundry list from Joyent.
node.js中的架構