Replies: 1 comment 3 replies
-
There are no right patterns and standards of developing WebSocket frameworks using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use
gnet
for building a high throughput websocket server.I tried to directly use the
gobwas/ws
andgobwas/ws/wsutil
packages to read from and write to connections usingwsutil.WriteServerMessage()
andwsutil.ReadClientText
. I don't think this is the correct way? In the gnet examples, I see there is some codec implementation that is used in conjunction withgobwas/ws
packages, is that a necessary or is there any easier way?Beta Was this translation helpful? Give feedback.
All reactions