Skip to content
Chelo Quilón edited this page Jan 26, 2015 · 6 revisions
require('pillars').start();

addRoute(function(gw){
  gw.send("Hello World!!");
});

#Hola! Welcome to Pillars.js If you are familiar to Node.js start reading Scope section and learn about the main elements in Pillars.js; ENV, Route, Gangway and Plugin. You can install Pillars.js and start to test it! Reference and tutorials will be available very soon.

If you are starting with Node.js, start reading Setting Enviroment section and make the first exercises, very soon you will have available tutorials for beginners ;)


If you install Pillars.js, run a test and in http://localhost:3000/pillars/docs/reference/ is all documentation that we are making. (For now is only in spanish and not is a final version)

All documentation will be available in english and spanish.

Clone this wiki locally