Example #1
0
// ConfigureHTTPGroup setups the websocket listener
func ConfigureHTTPGroup(g *echo.Group) {
	g.Use(auth.AnyAuth())
	g.WebSocket("", msg.JSONResource(AcceptClient))
}