ambiorix icon indicating copy to clipboard operation
ambiorix copied to clipboard

🖥️ Web framework for R

Results 32 ambiorix issues
Sort by recently updated
recently updated
newest added

Hello @JohnCoene, I think that one thing that is missing in your documentation is a section about comparing strengths and weaknesses of `ambiorix` and `shiny`. As someone who first discovered...

Add tests

feature

Hi @JohnCoene, Recently I updated https://web-frameworks-benchmark.netlify.app/result. After digging about `ambiorix` results, I find that this package is not available anymore in CRAN https://cran.r-project.org/package=ambiorix The description I use in https://github.com/the-benchmarker/web-frameworks/blob/0826fd3bb0e0b5827285e0ac2107ccee4dcbf9df/r/ambiorix/DESCRIPTION#L1 Regards,

When trying to specify my own websocket handler function: ``` app$websocket

Using tailwind with ambiorix should be straightforward but we may want functionalities to make it even easier.

enhancement

Most template rendering engines cache templates (optionally), no need to to read them from file at every render.

feature

**Problem** : I'm trying to make a long running task non blocking using `async` from `coro` in `ambiorix` but still getting blocked / delayed even though the function is asynchronously...

# explanation should we do checks on the provided port? most of the times during deployment, the port number is fetched from an env file. however, if the env var...

# new feature currently, we have handled serialization of the MOST common file types, as seen [in the docs](https://ambiorix.dev/docs/ambiorix/response). it would be valuable if we add support for these too:...

enhancement

Hi ambiorix community As part of an ongoing learning process I came to realize that Express has some sort of path parameter patterns (parameters that fill an entire path segment...