I have two web applications, App1 & App2 - and when App1 is running on the same machine, App2 need to know that and required to talk to App1. They can be running in different browsers. Socket.IO seems like a good option, but couldn't find a way to actually detect App1's open port. Is there any way in Socket.io or any other javascript frameworks to communicate between two browser windows?
Any help would be greatly appreciated.