Skip to content

Instantly share code, notes, and snippets.

@pgte
Created September 14, 2010 11:04
Show Gist options
  • Save pgte/578873 to your computer and use it in GitHub Desktop.
Save pgte/578873 to your computer and use it in GitHub Desktop.
fs.open('/etc/passwd', 'r', 0666, function(err, fd) {
http = require('http');
http.createClient(80, 'www.myserver.net');
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment