Unopinionated, minimalist web framework for R inspired by express.js
Easily build web applications & APIs, all in one syntax and right in R.
Create applications with the tried and tested API of express.js
Use a single syntax to build RESTful APIs and web applications
Leverage existing middlewares, parsers & serializers or create your own
Here are some of the features that make Ambiorix well-suited for building large, scalable applications
Build multipage applications right out of the box.
For Server-Side Rendering (SSR). HTML, markdown, pug, etc.
Easily pre-process requests to the server.
For when you need bi-directional communication between the server & client.
Use asynchronous programming techniques by returning promises from request handlers.
You have absolute full control over the request-response cycle!