nodejsHow to log to stdout
Usage example
console.log('hi')
output
hi
More of Nodejs
- How to set content type in HTTP server
- How to run Node.js script
- How to read stream to Buffer
- How to write file
- How to post url-encoded data
- How to get UTC timestamp
- How to send JSON response from HTTP server
- How to run Node.js script in background
- How to read file
- How to pipeline streams
See more codes...