Native Websocket in HTML5

Asked

Viewed 57 times

0

In PC stations that I intend to use a set of HTML5 pages to communicate data, software installation is blocked, but allows adding files. Where I find a websocket package, easy to implement and simple, not requiring installation and also release of external addresses (except master and slave IP)

  • 1

    The Websocket client is "native" to the browser itself, it does not need any "package". Any JS file has access to Websockets on modern browsers. Only on the server side do you need to run something special for it, whether you install it or not.

  • I don’t know if I got your question right, you want to request third party servers on the client side of your application?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.