The websockets package is a native HTML 5 WebSocket implementation for R
supporting most IETF draft protocols.
Arguments
Details
The R/Websockets interface provides exposes the basic HTML 5 Websocket API
to the R language. It lets R directly interact with
web pages without going through server middleware layers.
The basic procedure for initializing the R/Websockets interface is:
Load the library.
Initialize with create_server.
Define desired callback functions to respond to events with setCallback.