Skip to content

Instantly share code, notes, and snippets.

View asciidisco's full-sized avatar
🏠
Working from home

Sebastian Golasch asciidisco

🏠
Working from home
View GitHub Profile
@asciidisco
asciidisco / chat.js
Created December 2, 2011 15:13
NodeChat
// Module dependencies.
var express = require('express')
, stylus = require('stylus')
, nib = require('nib')
, sio = require('socket.io')
, app = null;
// Create application server
app = express.createServer();