Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 571 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 571 Bytes

REDSTOP-CollectServer

사용한 라이브러리

go get -u github.com/labstack/echo/...
go get -u github.com/go-sql-driver/mysql
go get -u golang.org/x/net/websocket
go get -u github.com/googollee/go-socket.io
go get -u github.com/rs/cors
go get -u github.com/graarh/golang-socketio

사용한 예제

https://github.com/hb-go/echo-web/blob/master/router/socket/socket.go
https://alligator.io/vuejs/vue-socketio/
웹소켓 사용 예제

https://github.com/googollee/go-socket.io/issues/21
socketio이슈 해결하는 방법

##Test

testta