httpuv-package | R Documentation |
HTTP and WebSocket server
Allows R code to listen for and interact with HTTP and WebSocket clients, so you can serve web traffic directly out of your R process. Implementation is based on libuv and http-parser.
This is a low-level library that provides little more than network I/O and implementations of the HTTP and WebSocket protocols. For an easy way to create web applications, try Shiny instead.
Joe Cheng joe@rstudio.com
startServer
## Not run:
demo("echo", package="httpuv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.