Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 261 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 261 Bytes

echoserver

Is example websocket echoserver base gorilla/websocket example code

how to install

go get -u github.com/flowqio/echoserver

dep ensure

go build echoserver.go

Docker image

docker pull flowq/echoserver

docker run -d -P flowq/echoserver