• Stars
    star
    186
  • Rank 207,316 (Top 5 %)
  • Language
    R
  • License
    GNU General Publi...
  • Created about 4 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ–₯️ Web framework for R

ambiorix

R-CMD-check Codecov test coverage

Website | CLI | Generator | Docker | Load Balancer

Web framework for R based on httpuv and inspired by express.js.

Example

library(ambiorix)

app <- Ambiorix$new()

app$get("/", function(req, res){
  res$send("Hello!")
})

app$get("/about", function(req, res){
  res$send("About page")
})

app$start()

Middlewares

Tools & Extensions

Install

The stable version is available on CRAN with:

install.packages("ambiorix")

You can also install the development version from Github:

# install.packages("ambiorix")
remotes::install_github("devOpifex/ambiorix")

Contributing

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.

More Repositories

1

g2r

Grammar of graphics for interactive visualisation using G2.js
R
109
star
2

leprechaun

Code generator for lean and robust shiny applications
R
52
star
3

erratum

Error & warning handling for R inspired by go
R
21
star
4

titan

Prometheus monitoring for shiny applications, plumber APIs, and other R web services
HTML
21
star
5

skeef

Near real-time Twitter network visualisation
Go
15
star
6

litter

Lit components for shiny
JavaScript
13
star
7

log

A logger for R
HTML
13
star
8

cmd

Code generator to produce CLI from R packages
Go
7
star
9

windy

Tailwind for Shiny
JavaScript
7
star
10

ambiorix.generator

Generate templates for ambiorix applications
R
7
star
11

cranlogs

Cranlogs
Go
6
star
12

ambiorix-cli

Command line interface for ambiorix
JavaScript
6
star
13

rrr

URL shortener built with ambiorix
R
5
star
14

belgic

Load balancer for ambiorix and shiny
Go
5
star
15

scilis

Secure cookies for ambiorix
R
4
star
16

r.nvim

Formatter for R
R
3
star
17

slighe

Improved pattern matching for ambiorix
JavaScript
3
star
18

clinical.timelines

Clinical timelines widget
JavaScript
3
star
19

jader

Jade templating engine for ambiorix
JavaScript
2
star
20

eburones

Session tracking for ambiorix
R
2
star
21

druid

A logger middleware for ambiorix
R
2
star
22

arr

A light wrapper around R.
Go
2
star
23

skeef-docs

Documentation of skeef
JavaScript
2
star
24

alesia

HTML minifier for ambiorix
R
1
star
25

signaculum

Favicon cache for ambiorix
R
1
star
26

alter

Interface to the AntV DataSet library for data transformation and reshaping
JavaScript
1
star
27

surf

CSRF protection for Ambiorix
R
1
star
28

pugger

Pug templating engine for ambiorix
JavaScript
1
star
29

agris

Security middlewares for ambiorix
R
1
star