Minimal chat example for Fiber with Fiber WebSocket Uses a client hub, somewhat similar to the gorilla chat example and fasthttp chat example. Usage go run . and visit http://localhost:8080 or e.g. go run . -addr=3000 and visit http://localhost:3000