httpuv
Low-level HTTP and WebSocket server for R built on libuv
httpuv ships almost nothing, which is what you want from the web server under Shiny
◆Recent moves
- 1y ago
Serves .wasm as application/wasm; mime table refreshed
A mime type entry for WebAssembly files and a refresh of the lookup table from the mime package. Small, though it is what lets a Shiny or static server host wasm assets without extra configuration.
View source ↗ - 2y ago
runStaticServer() survives a failed browser launch
Serving no longer fails outright when the requested browser cannot be opened, plus more accurate port-availability testing on FreeBSD. Cleanup on the function added in 1.6.12.
View source ↗ - 2y ago
Rtools build file update and macOS zlib linking fix
Build-system only: an updated Makevars for an upcoming Rtools release and a zlib linking fix on macOS. A release that exists because the toolchain moved.
View source ↗ - 2y ago
Fixes an R CMD check warning on error format strings
A single fix for an R-devel check warning about error format strings. Typical of how often this package ships purely to stay compliant.
View source ↗ - 2y ago
runStaticServer() serves a directory of static files
The only new capability in this entire window: a direct interface for serving a directory of static files, without constructing an app object. It also drops a compatibility workaround for Shiny versions older than 1.0.6.
View source ↗ - 3y ago
Fixes a race condition introduced in 1.6.10
A four-day turnaround on a race condition introduced by the previous release's WebSocket keepalive work, plus CRAN-requested hygiene. Threading bugs are the one category here that reaches users.
View source ↗