httpuv: HTTP and WebSocket server library

httpuv provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)

Version: 1.3.2
Depends: R (≥ 2.15.1), methods
Imports: Rcpp (≥ 0.11.0)
LinkingTo: Rcpp
Published: 2014-10-23
Author: RStudio, Inc.
Maintainer: Joe Cheng <joe at rstudio.com>
License: GPL-3 | file LICENSE
Copyright: RStudio, Inc.; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels Provos; Internet Systems Consortium, Inc.; Alexander Chemeris
URL: https://github.com/rstudio/httpuv
NeedsCompilation: yes
SystemRequirements: GNU make
Materials: README NEWS
In views: WebTechnologies
CRAN checks: httpuv results

Downloads:

Reference manual: httpuv.pdf
Package source: httpuv_1.3.2.tar.gz
Windows binaries: r-devel: httpuv_1.3.2.zip, r-release: httpuv_1.3.2.zip, r-oldrel: httpuv_1.3.2.zip
OS X Snow Leopard binaries: r-release: httpuv_1.3.2.tgz, r-oldrel: httpuv_1.3.2.tgz
OS X Mavericks binaries: r-release: httpuv_1.3.2.tgz
Old sources: httpuv archive

Reverse dependencies:

Reverse imports: opencpu, rfigshare, RGA, servr, shiny, tabplotd3
Reverse suggests: googleVis, httr, webutils