Comment on Ask HN: How would you design a scalable chat bot for something like Discord?Comments−Axsuul6yWhy did you clone in the beginning? Why couldn't you have just on developer app send requests from multiple communities to one endpoint for your app?−iDemonixOP6yI don't know how well that would scale though with multiple popular servers.−Axsuul6yIt can scale well since you can use a load balancer if traffic gets too much for one server.
Comments
Why did you clone in the beginning? Why couldn't you have just on developer app send requests from multiple communities to one endpoint for your app?
I don't know how well that would scale though with multiple popular servers.
It can scale well since you can use a load balancer if traffic gets too much for one server.