Keystone is the easiest way to build a web application or content-managed website in node.js, getting
you up and running with:
Built on Express
Keystone can configure Express for you, or you can take over and treat Keystone like any other Express
middleware.
You can also easily integrate it into an existing Express app.
Built with Mongoose
Mongoose, supported by MongoDB Inc, is the leading ODM for node.js and MongoDB. Keystone exposes mongoose
to you when you need it, so anything you can build with MongoDB, you can build with Keystone.
Lightweight
Keystone is designed to be as light as you want - you can pick and choose the features you want to include.
Write your own routes, disable the Admin UI, whatever - it's up to you.
Extendable
One of the greatest things about node.js is the vast number of quality packages available.
Keystone is designed to let you use any of them, without losing the benefits it provides.
|