Skip to content

Instantly share code, notes, and snippets.

View merlindorin's full-sized avatar
😊
`code` is poetry

Romain DARY merlindorin

😊
`code` is poetry
View GitHub Profile
// Restify Server CheatSheet.
// More about the API: http://mcavage.me/node-restify/#server-api
// Install restify with npm install restify
// 1.1. Creating a Server.
// http://mcavage.me/node-restify/#Creating-a-Server
var restify = require('restify');
@merlindorin
merlindorin / 0_reuse_code.js
Created November 28, 2013 19:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console