Skip to content

Instantly share code, notes, and snippets.

View otisson's full-sized avatar

Kennedy Otis otisson

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');
@otisson
otisson / introrx.md
Created November 9, 2016 22:08 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing