{"id":26264276,"url":"https://github.com/JohnCoene/ambiorix","last_synced_at":"2025-03-14T02:01:55.150Z","repository":{"id":40636467,"uuid":"293323452","full_name":"ambiorix-web/ambiorix","owner":"ambiorix-web","description":"🖥️ Web framework for R","archived":false,"fork":false,"pushed_at":"2025-03-09T21:34:00.000Z","size":7750,"stargazers_count":212,"open_issues_count":20,"forks_count":8,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-10T00:06:47.183Z","etag":null,"topics":["ambiorix","r","rstats","webframework"],"latest_commit_sha":null,"homepage":"http://ambiorix.dev","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ambiorix-web.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-06T17:04:50.000Z","updated_at":"2025-03-06T20:50:19.000Z","dependencies_parsed_at":"2024-01-15T10:44:56.306Z","dependency_job_id":"3d96c7c4-61a5-46c1-ac62-3885c4916846","html_url":"https://github.com/ambiorix-web/ambiorix","commit_stats":{"total_commits":408,"total_committers":3,"mean_commits":136.0,"dds":0.004901960784313708,"last_synced_commit":"2259a1e5d4cec8019f2e9e6851954078c84ba46a"},"previous_names":["johncoene/ambiorix","ambiorix-web/ambiorix"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambiorix-web%2Fambiorix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambiorix-web%2Fambiorix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambiorix-web%2Fambiorix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambiorix-web%2Fambiorix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ambiorix-web","download_url":"https://codeload.github.com/ambiorix-web/ambiorix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243510117,"owners_count":20302294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ambiorix","r","rstats","webframework"],"created_at":"2025-03-14T02:01:53.069Z","updated_at":"2025-03-14T02:01:55.144Z","avatar_url":"https://github.com/ambiorix-web.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ambiorix\n\n\u003cimg src=\"man/figures/ambiorix.png\" height = \"200px\"/\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/ambiorix-web/ambiorix/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ambiorix-web/ambiorix/actions/workflows/R-CMD-check.yaml)\n[![Codecov test coverage](https://codecov.io/gh/ambiorix-web/ambiorix/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ambiorix-web/ambiorix?branch=master)\n\u003c!-- badges: end --\u003e\n\n[Website](https://ambiorix.dev) | [CLI](https://github.com/ambiorix-web/ambiorix-cli) | [Generator](https://github.com/ambiorix-web/ambiorix.generator) | [Docker](https://hub.docker.com/r/jcoenep/ambiorix) | [Load Balancer](https://github.com/ambiorix-web/belgic)\n\nWeb framework for R based on [httpuv](https://github.com/rstudio/httpuv) and inspired by [express.js](https://github.com/expressjs/express).\n\n\u003c/div\u003e\n\n\n## Example\n\n``` r\nlibrary(ambiorix)\n\napp \u003c- Ambiorix$new()\n\napp$get(\"/\", function(req, res){\n  res$send(\"Hello!\")\n})\n\napp$get(\"/about\", function(req, res){\n  res$send(\"About page\")\n})\n\napp$start()\n```\n\n## Middlewares\n\n- [druid](https://github.com/ambiorix-web/druid) Logger\n- [alesia](https://github.com/ambiorix-web/alesia) Minifier\n- [eburones](https://github.com/ambiorix-web/eburones) Sessions\n- [agris](https://github.com/ambiorix-web/druid) Security\n- [scilis](https://github.com/ambiorix-web/scilis) Cookies\n- [titan](https://github.com/ambiorix-web/titan) Prometheus metrics\n- [surf](https://github.com/ambiorix-web/surf) CSRF protection\n- [signaculum](https://github.com/ambiorix-web/signaculum) favicon\n- [pugger](https://github.com/ambiorix-web/pugger) Pug engine\n- [jader](https://github.com/ambiorix-web/jader) Jade engine\n\n## Tools \u0026 Extensions\n\n- [belgic](https://github.com/ambiorix-web/belgic) Load balancer\n- [packer](https://github.com/JohnCoene/packer) JavaScript\n- [CLI](https://github.com/ambiorix-web/ambiorix-cli) for generator\n- [Generator](https://github.com/ambiorix-web/ambiorix.generator) Project generator\n- [Docker](https://hub.docker.com/r/jcoenep/ambiorix) Docker image\n\n## Install\n\nThe stable version is available on CRAN with:\n\n```r\ninstall.packages(\"ambiorix\")\n```\n\nYou can also install the development version from Github:\n\n```r\n# install.packages(\"ambiorix\")\nremotes::install_github(\"ambiorix-web/ambiorix\")\n```\n\n## Contributing\n\nPlease note that the ambiorix project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJohnCoene%2Fambiorix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJohnCoene%2Fambiorix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJohnCoene%2Fambiorix/lists"}