The goal of webqueue is to process HTTP requests with the jobqueue R package.
# Install the latest stable version from CRAN:
install.packages("webqueue")
# Or the development version from GitHub:
install.packages("pak")
pak::pak("cmmr/webqueue")
library(webqueue)
svr <- WebQueue$new()