Skip to content
Chelo Quilón edited this page Jan 25, 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 and learn about main items in Pillars.js; ENV, Route, Gangway and Plugin. You can install Pillars.js and start to test it! Very soon reference and tutorials will be available.

If you are starting with Node.js, start reading Setting Enviroment and make 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