Skip to content

tickbw/CORS-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORS Example - Silex (Symfony 2) Web App, Silex JSON REST API, Node.js JSON REST API

Author: Ben Wann

Requirements

  • Node.js
  • Express

Follow the installation guide here: http://expressjs.com/guide.html

Installation

  • npm install express (Install the express node module)
  • node web/js/app/server/app.js (Run the node app in the git code repo)

Derived from Silex - Kitchen Edition

This project is a base for your silex applications.

It already embed :

Installation

  • git clone
  • git submodule update --init --recursive
  • edit src/config.php

Start hacking in src/controllers.php

Todo

  • Extensions
    • HttpCache
    • Monolog
    • SwiftMailer
  • Code Sample
    • Before / after

Help

About

A Silex BoilerPlate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • PHP 1.2%