Node.js send remote command from browser to another

Possible Duplicate:
School announcement system using node.js or anything else?

I want to use node.js or any other way to send a command from one website (mobile) through node.js server to another website.

  • I run the node.js server and open listen.html (running on node.js server)
  • Mobile: i go to choose.html and click a button to send command (running on node.js server)
  • SERVER: server gets the response from choose.html and sends it out to listen.html
  • Computer: computer receives command and plays music through HTML5.

Is there a way to send commands using browsers and node.js, or any other way?