Simple websocket echo server built with go's fiber framework
Run: go run main.go
Test:
❯ wscat --connect localhost:6001/ws
Connected (press CTRL+C to quit)
> hello
< hello
Simple websocket echo server built with go's fiber framework
Run: go run main.go
Test:
❯ wscat --connect localhost:6001/ws
Connected (press CTRL+C to quit)
> hello
< hello