Friday, 13 September 2013

Mocking a browser in a continuous server process

Mocking a browser in a continuous server process

We are working with a provider that provides access to a dataset only
through a JS/websocket interface (ie: no direct API). I'd like to
essentially keep a virtual 'browser window' open on the server and load my
client js there, so we can actively broadcast the data feed back to our
servers through AJAX.
I've been unable to find anything that would allow us to run js as an
active process; I would appreciate any pointers the community could
provide.

No comments:

Post a Comment