Re: [nodejs] Using WebSocket to communicate with a server-side app

2014-01-08 Thread Scott Elcomb
On Wed, Jan 8, 2014 at 4:24 PM, James Newton wrote: > We don't want to change the Commander application, because if we do, it will > no longer respond to the hardware console. We are looking for a way of > stripping the header so that the Node.js application on the server can mimic > the consol

[nodejs] Using WebSocket to communicate with a server-side app

2014-01-08 Thread James Newton
Hello node experts! A web socket connection to a node server sends a header with each message. I am looking for a way to forward just the message to a third-party application running on the server. The scenario: We have a robot (for want of a better word) that is used for medical diagnosis. Th