Apps & APIs
Build multipage applications and APIs with a single syntax
Async
Very convenient and easy to use async programming.
Ambiorix
Web FrameworkA framework inspired by express.js, unlike Shiny it is not reactive but allows for multiple pages, building APIs, and more. Like express.js it provides a core object/class with which one can observe on routes and execute functions when they are visited. If you come from JavaScript give it a spin, the switch should be nearly seamless.
It also comes with numerous middlewares to improve your applications security and more. Also note the load-balancer to easily handle concurrent users.
Unlike Shiny, it requires more knowledge of HTML, CSS, and JavaScript.
Installation
CRANGet the stable version from CRAN.
install.packages("ambiorix")
DevelopmentGet the development version from Github.
remotes::install_github("devOpifex/ambiorix")