how would I forward a request to another server using NodeJS? for example, example.com will have html that will allow you to chose between server1 and server2, how would I make it so the http request gets forwarded to server2 (which has a public IP from AWS), without changing the URL in the bar?
(so it would be realistically server2.example.com and it would connect to server2)