Skip to content

Instantly share code, notes, and snippets.

@jayco
Created October 28, 2012 10:18
Show Gist options
  • Save jayco/3968247 to your computer and use it in GitHub Desktop.
Save jayco/3968247 to your computer and use it in GitHub Desktop.
log to console
/* log to the console:
This allows us to log the output to the console for development purposes,
no different to how it is done in browser oriented javascript
*/
console.log('server running at http://127.0.0.1:8124/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment