# README

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

# Packages

No description provided by the author
No description provided by the author

# Functions

ProxyHandler ..