← Back to context Comment by verdverm 7 hours ago case in point, an old HN post about scaling Go to 1M websocket connectionshttps://news.ycombinator.com/item?id=21865715 1 comment verdverm Reply slopinthebag 42 minutes ago Go can scale but only if you sidestep goroutines and use something like https://github.com/lesismal/nbio (which is awesome, highly endorse)
slopinthebag 42 minutes ago Go can scale but only if you sidestep goroutines and use something like https://github.com/lesismal/nbio (which is awesome, highly endorse)
Go can scale but only if you sidestep goroutines and use something like https://github.com/lesismal/nbio (which is awesome, highly endorse)