The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.