Skip to content

A dart implementation of the websockify WebSocket-to-TCP bridge/proxy.

License

Notifications You must be signed in to change notification settings

aberbegall/dartsockify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dartsockify

A dart implementation of the websockify WebSocket-to-TCP bridge/proxy.

credits

https://github.com/novnc/websockify

how to use

dart dartsockify.dart [--web web_dir] [--cert cert.pem [--key key.pem]] source_port target_addr:target_port

dart dartsockify.dart --web web_folder --cert cert.pem --key key.pem 5959 127.0.0.1:5900

The api is very similar to the original websockify.js script

missing websockify features

  • Session recorder

license

Copyright (C) 2013 - Joel Martin (github.com/kanaka)

Licensed under LGPL-3.

About

A dart implementation of the websockify WebSocket-to-TCP bridge/proxy.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages