Learn R Programming

⚠️There's a newer version (1.6.16) of this package.Take me there.

httpuv (version 1.0.6.3)

HTTP and WebSocket server library

Description

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.)

Copy Link

Version

Install

install.packages('httpuv')

Monthly Downloads

662,295

Version

1.0.6.3

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joe Cheng

Last Published

June 1st, 2013

Functions in httpuv (1.0.6.3)

stopServer

Stop a running server
runServer

Run a server
WebSocket

WebSocket object
startServer

Create an HTTP/WebSocket server
service

Process requests
httpuv-package

HTTP and WebSocket server