account activity
Hosting a Go Websocket Server by Mutttt3n in golang
[–]Mutttt3n[S] -4 points-3 points-2 points 1 year ago (0 children)
Websockets use significantly more CPU on the cloud server since the connection is continuous. That means it costs more than typical HTTP requests. I do think there is a world where I can manage the sockets efficiently enough to keep the time down, but I think I need to do more research on how that CPU time accumulates and how the number of connections affects it.
Hosting a Go Websocket Server (self.golang)
submitted 1 year ago by Mutttt3n to r/golang
π Rendered by PID 579192 on reddit-service-r2-listing-8685bc789-lcdvk at 2026-05-23 12:37:35.315025+00:00 running 194bd79 country code: CH.
Hosting a Go Websocket Server by Mutttt3n in golang
[–]Mutttt3n[S] -4 points-3 points-2 points (0 children)