Skip to content

Startfield/websockify-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websockify-go is simple implementation of websockify in golang.

This fork moves the bulk of the code to an external package for use in other projects, the core functionality should be the same as the original.

It uses Gorilla WebSocket (thanks for great work)

websockify [options] [source_addr]:source_port target_addr:target_port
options:
-cert string
        SSL certificate file
  -h    Print Help
  -key string
        SSL key file
  -run-once
        handle a single WebSocket connection and exit
  -v    Verbose
  -web string
        Serve files from DIR.

About

websockify implementation in golang - Now in packaged form!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%