UNPKG

1.25 kBMarkdownView Raw
1# CakeJS Framework
2
3[![npm](https://img.shields.io/badge/IRC-FreeNode-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=cakejs)
4[![npm](https://img.shields.io/npm/l/cakejs.svg?style=flat-square)](LICENSE)
5[![npm](https://img.shields.io/npm/v/cakejs.svg?style=flat-square)]()
6[![npm](https://img.shields.io/npm/dm/cakejs.svg?style=flat-square)]()
7
8CakeJS is a NodeJS framework intended to be used either standalone, remote webserver
9or with CakePHP, This framework imitates CakePHP 3.x in many ways such as hierarchy,
10MVC structure without view generation, naming convention, routing.
11
12The purpose is to make it easy for CakePHP developers to recognize the workflow.
13
14This is a work in progress and since it's in a early phase, features gets implemented on demand,
15but our current goal is to support Model-Controller structure with low performance impact and make
16projects scalable easy.
17
18## Sponsors
19
20[![Teleservice](http://teleservice.net/1.0.1.0/2/images//6474_00697b45d0756ed4c8969583acbe5622.png)](http://teleservice.net/)
21
22## Installation
23
24```bash
25$ npm install cakejs
26```
27
28## Examples
29CakeJS Example: https://github.com/Tiinusen/cakejs_example_1
30
31CakeJS + CakePHP Example: https://github.com/Tiinusen/cakejs_cakephp_example_1