Load balancing servers
When your website attracts lots of users or you need to achieve high availability using multiple Kiwi servers, the most popular option is to balance your traffic between several servers.
Kiwi IRC requires "sticky sessions" on your load balancer so that users are always sent to the same server, which is made easier since all HTTP requests contain a user session ID in its path.
Change the location of the web files
// TODO: this