davidohalloran / angular-vnc

VNC client implemented with AngularJS and Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VNC Client with AngularJS & Yeoman

This repository contains source code from the blog post Remote Desktop Client with AngularJS and Yeoman.

Here is how you can make it run:

cd proxy
npm install
cd ../client
npm install
bower install
cd ../proxy
node index.js

About

VNC client implemented with AngularJS and Yeoman

License:MIT License