Skip to content

Latest commit

 

History

History
 
 

ws-fasthttp-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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