A thin wrapper of the httpuv
package, modified to serve animated
plots.
app
A list of functions that define the application.
server
A server handle to be used by 'stopServer'.
ws
A WebSocket channel to handle the communication between the R session and the browser session.
in_handler
A function to handle instructions sent by the browser session.
port
An integer; the TCP port number.
connected
TRUE or FALSE; whether a connection has been established. One should start the WebSocket server before launching the web page that connects to the server.
started
TRUE or FALSE; whether a server has been started. Use
the startServer
method to start a server.