Thursday, 7 January 2016

Can you connect two node servers together via websocket?

In this specific situation I want to connect to a third party's node server to listen for changes. The action resulting from the change will be executed via get requests (the same way it's done on the website). Currently, I'm running the node client on a webpage (that should be open constantly, but seldom crashes). This allows me to listen and execute calls, but if the page crashes I'm SOL.I've already been given full permission to access this company's node server freely, so legality isn't an issue here. I have searched and found no way to essentially run the client code on a server.

Submitted January 08, 2016 at 03:13AM by theZcuber

No comments:

Post a Comment