Created
October 28, 2012 10:18
-
-
Save jayco/3968247 to your computer and use it in GitHub Desktop.
log to console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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