Skip to content

saschazesiger/websockify-js-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 Websockify

For Node.js

Modified and minified Version from websockify-js to use the Express library in Node.js

  1. Install the Dependencies: npm i (ws, express, mime)

  2. Edit Rows 84-87 (Source: NoVNC Client, Target: VNC Server)

source_host = ""; source_port = parseInt("5500"); target_host = "10.1.3.1"; target_port = parseInt("5905");

  1. Start the Server node websockify.js

About

Modified from websockify-js to use the Express library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published