Skip to content

Instantly share code, notes, and snippets.

View sina-yeganeh's full-sized avatar
☹️
nth

Sina yeganeh sina-yeganeh

☹️
nth
View GitHub Profile
@xaviervia
xaviervia / instructions.md
Created September 21, 2012 04:16
Ultra fast server setup with Node, CoffeeScript, Express and MongoDB

Minimal REST server with Node and MongoDB

  1. Install httpie
  2. Install node.js
  3. Paste those files into some folder
  4. Install CoffeeScript into node with npm install coffee
  5. Run the server coffee server.coffee

Use it