Replies: 1 comment 3 replies
|
There are no right patterns and standards of developing WebSocket frameworks using |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to use
gnetfor building a high throughput websocket server.I tried to directly use the
gobwas/wsandgobwas/ws/wsutilpackages 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/wspackages, is that a necessary or is there any easier way?All reactions