Skip to content

Instantly share code, notes, and snippets.

# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#
#!/usr/local/bin/node
var sys = require("sys");
var net = require("net");
var http = require("http");
var crypto = require('crypto');
var api=require('beck_api');
function createTestServer(){
return new testServer();