Skip to content

Instantly share code, notes, and snippets.

;(function( window, undefined ) {
// jquery closure plugin
;(function(){
var
loadScript = function ( url, callback ) {
var
script, cb;
// 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');