Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 264 Bytes

File metadata and controls

11 lines (9 loc) · 264 Bytes

ws-fasthttp-reverse-proxy

get start demo

go run server/main.go # listen on localhost:8080/echo
go run ws_proxy.go    # listen on localhost:8081/echo
go run client/main.go # connect to localhost:8081/echo

screenshot

shot