CakeJS Framework


Keywords
cake, cakejs, framework
License
MIT
Install
npm install cakejs@1.0.1

Documentation

CakeJS Framework

(Typescript replacement is under development: https://github.com/cakejs/cakets)

MIT License Version Downloads Travis CI Dependencies Join IRC Chat Join Gitter Chat

CakeJS is a NodeJS framework intended to be used either standalone, with a remote webserver such as Nginx or with CakePHP, This framework imitates CakePHP 3.x in many ways such as hierarchy, Model-Controller structure, naming convention, routing. but at the moment no templating.

The purpose is to make it easy for CakePHP developers to use NodeJS.

This is a work in progress and since it's in a early phase, features gets implemented on demand, but our current goal is to port as much features as possible from CakePHP to CakeJS so it will be easy to use either with or without CakePHP.

Sponsors

Teleservice

Installation

$ npm install cakejs

Some Handy Links

CakeJS - The rapid development JS framework.

CookBook - THE CakeJS user documentation; start learning here!

Examples

CakeJS Example - Hello World Example

CakeJS + CakePHP Example - Unfinished CakePHP + CakeJS Hello World Example