Simple messaging Server/Client using socket from gorilla
go get github.com/gorilla/websocket
go get github.com/tsenart/vegeta
To run server:
go run src/main.go
To run test:
go run src/main.go &
go run src/vegeta.go
Simple messaging Server/Client using socket from gorilla
go get github.com/gorilla/websocket
go get github.com/tsenart/vegeta
To run server:
go run src/main.go
To run test:
go run src/main.go &
go run src/vegeta.go