Pushing (binary) image data using Node.js and Socket.IO

These days I’m playing around with Node.js and Socket.IO. One of my goal was to push (binary) image data to clients (browser) in real time using WebSockets.

Continue…

CoffeeScript | HTML5 | JavaScript | Node

Quick Tip (Node): How to downgrade Node.js on OS X

It’s a good idea to run Node.js using the latest (stable) version. However, there might be some reasons to downgrade Node.js to a previous version. In my case I needed an older version to test and deploy a simple web app to Heroku (where Node.js v.0.4.7 is running, not the latest v.0.6.5).

Continue…

JavaScript | Node