Junior — Senior
Incoming Traffic Distributor
livecode
Task condition
Implement a simple request dispatcher (load balancer). The system accepts an incoming request, has a set of nodes — servers running the same backend application. It is necessary to determine which server will handle the current request and redirect it there. Any selection strategies can be used (for example, round-robin, random choice, least load, etc.).