Skip to content

vincentx/clair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clair

Clair is an HTML5 + JavaScript + WebSocket VNC viewer/client, which makes use of a server written in node.js. The server-side half of Clair exposes the TCP/IP socket over WebSocket as well as provides additional features to maximize the performance of the client. The client by itself, is also a fully implemented VNC viewer/client only using JavaScript and HTML 5 technologies. It can access to your VNC server through a WebSocket connection(may require a proxy or the support of WebSocket by VNC server), however for the sake of performance, the Clair Server is highly recommended.

Installation

To get the Clair server running, you need to have node.js, node-wesocket-server and node-jpeg installed. Then you can start the server by:

node clair.js

For client side, please consult the examples folder

About

Clair is an HTML5 + JavaScript + WebSocket VNC viewer/client, which makes use of a server written in node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published