Kanso is a framework for developing full CouchDB-based applications.
CouchDB is a document-based storage engine which allows running complete web applications implemented in JavaScript from the database itself. Kanso is a framework which aids in developing such applications. It is heavily inspired by npm.
Features
- Offline capability: when the cloud's not there, your app will be - flexible data synchronization
- Multi-platform: runs anywhere with CouchDB (Windows, OSX, Linux, Android and iOS)
- Deployment: effortless to deploy, to the cloud or local machines, promoting quick iterations
- Keep your data yours: now you can keep sensitive data in-house, and avoid sharing it with cloud services
- Real-time: add live page updates from multiple users with the built-in changes feed
- Scalability: easily grow from hobby-project to high-demand app with CouchDB
- Easy to distribute: apps are easy to share and distribute, between people and servers
- One language to rule them all: with just CouchDB and the browser, all you need to speak is JavaScript!