I'm playing around with socket.io and would like to make it so that when someone visits my app, they start out at a random URL (site.com/52436) and that url is the url that they would share with someone else that initiates a room and allows them to chat with each other. My question is, is how do I make it so when they visit site.com, it goes to site.com/56443 and initiates a room with the same id?I'm playing around with socket.io and would lik