COKE JS favicon

COKE JS

COKE is a lightweight node.js MVC framework that speeds up your web development. It's simple, it's modularized, it's somking fast!

Features MVC structure. Mongoose as ODM (mongodb), supports validation. Lightening fast template parsing with thunder. It renders over a million pages within a second. However it can be replaced with any express compatible ones if it does not fit your need. RESTful routing, supports namespace and nested resource. Thanks to RailwayJS. Assets management (something like assets pipeline in Rails). COKE uses a YAML file to manage all the assets. You can group them, specify which assets to be used in the action view. On production they will be combined and minified with a version number at the end. Middleware and 3rd party lib support, which means all the express and connect middlewares can be used directly. Controller filters for flow control. Comprehensive logger for debugging. Powerful generators for project prototyping. Model command line console. Data migration tool. Cluster support, gracefully shutdown all workers and the server. Socket.io compatible.

Opa

Opa

Opa is an open source, simple and unified platform for writing web applications. All aspects are directly written in Opa: Fron ...