Comment on Bluesky April 2026 Outage Post-MortemparentComments−verdverm5mocase in point, an old HN post about scaling Go to 1M websocket connectionshttps://news.ycombinator.com/item?id=21865715−slopinthebag5moGo can scale but only if you sidestep goroutines and use something like https://github.com/lesismal/nbio (which is awesome, highly endorse)
Comments
case in point, an old HN post about scaling Go to 1M websocket connections
https://news.ycombinator.com/item?id=21865715
Go can scale but only if you sidestep goroutines and use something like https://github.com/lesismal/nbio (which is awesome, highly endorse)