Skip to content

Instantly share code, notes, and snippets.

@alanhoff
Created September 1, 2014 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanhoff/418a67b748e8c6a41df2 to your computer and use it in GitHub Desktop.
Save alanhoff/418a67b748e8c6a41df2 to your computer and use it in GitHub Desktop.
function handler(request, response){
if(request.url !== '/socket.io/socket.io.js')
fileServer.serve(request, response);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment