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