cakejs
v1.1.0
Published
CakeJS Framework
Downloads
139
Readme
CakeJS Framework
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
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