Skip to content

asad9711/WebSocket-Proxy-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to proxy incoming ws requests to a target server

2 Approaches:

  1. Upgrade an incoming http request to WS and then perform 2 way read/write of data between client and target server
  2. (low level approach) Hijack the incoming http request and create a tcp connection to target server, and then copy data between the 2 tcp connections

About

To proxy and monitor outgoing websocket requests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages