{"id":14536011,"url":"https://github.com/ambiorix-web/ambiorix","last_synced_at":"2025-10-22T03:47:15.683Z","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-10-09T15:04:59.000Z","size":7709,"stargazers_count":229,"open_issues_count":31,"forks_count":11,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-10-22T03:47:03.669Z","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-06T17:04:50.000Z","updated_at":"2025-10-07T09:04:25.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","devopifex/ambiorix"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ambiorix-web/ambiorix","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambiorix-web%2Fambiorix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280376534,"owners_count":26320276,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-09-05T07:01:08.376Z","updated_at":"2025-10-22T03:47:15.648Z","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\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[![CRAN status](https://www.r-pkg.org/badges/version/ambiorix)](https://CRAN.R-project.org/package=ambiorix)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n\n\u003c!-- badges: end --\u003e\n\n[Website](https://ambiorix.dev) | [CLI](https://github.com/devOpifex/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## 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/devOpifex/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/devOpifex/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\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%2Fambiorix-web%2Fambiorix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambiorix-web%2Fambiorix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambiorix-web%2Fambiorix/lists"}