Last Updated: February 25, 2016
·
1.545K
· frankrousseau

How to display a real-time log in the browser with Socket.io

link to the blog post

We share this little tutorial on how to display a log file in your browser using Socket.io and Node.js. After reading this, you will be able to:

  • stream something from your server to your browser
  • know how to setup a websocket in a second with node.js