I am working on project which connects a local server and global server (servers cant communicate) server communicate to html files via socket io I am very new to this concept
my scenario is
- browser connects to local app
- local server sends html page which has iframe in it and iframe's source is global server
- global server sends html page my browser is showing html page in the global server and my local server is also running
how can I pass data from local server to global server? basically local server sends data to container html file and it passes data to the html file in iframe so that it can pass data to global server maybe a method is called from container html to iframe html and sends data ? is it possible?
hope I made my point clear please help