Skip to content

Instantly share code, notes, and snippets.

View dbrain's full-sized avatar

Danny Brain dbrain

  • Melbourne, Vic, Australia
View GitHub Profile
@dbrain
dbrain / thing.js
Created November 16, 2011 08:58
Node v0.6.1 EADDRINUSE
var http = require('http');
var httpOptions = {
hostname: 'localhost',
port: '5984',
path: '/native_view_test',
auth: 'dbrain:password',
method: 'POST',
headers: { 'Content-Type': 'application/json' },
agent: false
};