zenhack / go-websocket-capnp

Apache License 2.0
3 stars 2 forks source link

Consider using github.com/gobwas/ws instead of gorilla websocket. #1

Closed zenhack closed 1 year ago

zenhack commented 1 year ago

Per, the README, this should allow for fewer copies/allocations.