Skip to content

MercuryWorkshop/wsproxy.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsproxy.c

A reasonably fast implementation of wsproxy in C, with a custom frame decoder. For when you want to use TCP in the browser

How to compile

git clone https://github.com/MercuryWorkshop/wsproxy.c
cd wsproxy.c
make
./wsproxy

will start listening on port 8081

How to use

new WebSocket("ws://localhost:8081/domain.tld:port")

Binary events sent and recieved from the websocket will be converted to the tcp stream

This provides no protection against multicast ips. Be careful!

About

fast wsproxy implementation in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published