Skip to content

Instantly share code, notes, and snippets.

@coderarity
Created April 3, 2012 02:45
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 coderarity/2288935 to your computer and use it in GitHub Desktop.
Save coderarity/2288935 to your computer and use it in GitHub Desktop.
~/projects/test -bash$ node testserver.js
-------------- This is testing in curl
{ act: 'get' }
pushing get request
{ act: 'get' }
pushing get request
{ act: 'send' }
Writing data.....
Writing data.....
------------- This is testing with Chrome
{ act: 'get' }
pushing get request
{ act: 'send' }
Writing data.....
{ act: 'get' }
pushing get request
{}
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment