Website | CLI | Generator | Docker | Load Balancer
Web framework for R based on httpuv and inspired by express.js.
library(ambiorix)
<- Ambiorix$new()
app
$get("/", function(req, res){
app$send("Hello!")
res
})
$get("/about", function(req, res){
app$send("About page")
res
})
$start() app
The stable version is available on CRAN with:
install.packages("ambiorix")
You can also install the development version from Github:
::install_github("ambiorix-web/ambiorix") remotes
Please note that the ambiorix project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.