Skip to content

Instantly share code, notes, and snippets.

View ntr-808's full-sized avatar

Nathan Rashleigh ntr-808

View GitHub Profile
@ntr-808
ntr-808 / haiku.coffee
Last active December 5, 2016 23:55
coffeeHaiku
make a new Haiku
try to do it in one go
will it still compile?
Problem in browsers (safari + chrome):
socket.io.js Failed to load resource: the server responded with a status of 404 (Not Found)
browserify.js:349 ReferenceError: Can't find variable: io
#-------------------SERVER------------------------
connect = require 'connect'
browserify = require 'browserify'
socket_io = require 'socket.io'
port = 1984