VNC client on 200 lines of JavaScript

1 · Minko Gechev · Aug. 30, 2013, midnight
In this quick blog post I’ll show you how to create a simple VNC client in about 200 lines of JavaScript. For our goal we’re going to use only HTML5 and JavaScript (client and server side). The end result will be something like this: So, let’s begin! Our application will have very simple architecture – a proxy server written in Node.js and a client in HTML5 and JavaScript. The Node....