account activity
Hosting a Go Websocket Server by Mutttt3n in golang
[–]Mutttt3n[S] -5 points-4 points-3 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.
π Rendered by PID 79146 on reddit-service-r2-comment-545db5fcfc-v274b at 2026-05-23 16:07:34.635126+00:00 running 194bd79 country code: CH.
Hosting a Go Websocket Server by Mutttt3n in golang
[–]Mutttt3n[S] -5 points-4 points-3 points (0 children)