Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsProxy

This is a websocket to tcp proxy, written in node.js. It is dynamic and will proxy to various tcp servers.

Installation

npm install wsproxy -g

Usage

wsproxy [-p PORT] [-c CLUSTER (# of worker to spawn)]
  • If no port is specified it will try to listen process.env.PORT or port 5999.

Client usage

When connecting to this websocket you will give it an IP:PORT uri, for example:

ws://websocket.example.com:5999/127.0.0.1:6900
  • You can edit allowed.js to only allow proxy to certain IP:PORT
  • We will soon release a version, with better standards for this.

Authors

This was created for and by the roBrowser project.

Thank you

  • Einaros/ws for providing the websocket middleware

About

A websocket to tcp proxy, written in node.js, ment for roBrowser users, but can be used for other purposes.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages