{"id":19656434,"url":"https://github.com/daggerok/quarkus-reactive-vertx-web-templ-handlebars-example","last_synced_at":"2026-05-15T19:33:45.081Z","repository":{"id":151041945,"uuid":"224131483","full_name":"daggerok/quarkus-reactive-vertx-web-templ-handlebars-example","owner":"daggerok","description":"Handlebars with reactive Vertx quarkus","archived":false,"fork":false,"pushed_at":"2019-11-26T20:11:35.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T02:20:36.487Z","etag":null,"topics":["mustache","mustache-templates","mustache-templating","quakus-vertx","quarkus","vertx","vertx-web"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daggerok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2019-11-26T07:41:38.000Z","updated_at":"2019-11-26T20:11:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a054c92-b320-4a4e-a529-be5ada95a09b","html_url":"https://github.com/daggerok/quarkus-reactive-vertx-web-templ-handlebars-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/quarkus-reactive-vertx-web-templ-handlebars-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/quarkus-reactive-vertx-web-templ-handlebars-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33076219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["mustache","mustache-templates","mustache-templating","quakus-vertx","quarkus","vertx","vertx-web"],"created_at":"2024-11-11T15:27:47.291Z","updated_at":"2026-05-15T19:33:45.063Z","avatar_url":"https://github.com/daggerok.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quarkus reactive vertx [![Build Status](https://travis-ci.org/daggerok/quarkus-reactive-vertx-web-templ-handlebars-example.svg?branch=master)](https://travis-ci.org/daggerok/quarkus-reactive-vertx-web-templ-handlebars-example)\nHandlebars with reactive Vertx quarkus\n\n## getting started\n\n### local development\n\n```bash\n./mvnw quarkus:dev\nhttp :8080\n```\n\n### jar\n\n```bash\n./mvnw clean compile quarkus:build\njava -jar target/*-runner.jar\nhttp :8080\n```\n\n### jvm in docker\n\n```bash\n./mvnw clean compile quarkus:build\ndocker build -f src/main/docker/Dockerfile.jvm -t daggerok/jvm-app .\ndocker run -i --rm -p 8080:8080 --name app daggerok/jvm-app\nhttp :8080\ndocker rm -f -v app\n```\n\n### native in docker\n\n```bash\n./mvnw package -Pnative -Dquarkus.native.container-build=true\ndocker build -f src/main/docker/Dockerfile.native -t daggerok/native-app .\ndocker run -i --rm -p 8080:8080 --name app -v \"$(pwd)/src/main/resources/templates:/work/templates\" daggerok/native-app\nhttp :8080\ndocker rm -f -v app\n```\n\n## features\n\n* native app\n* global headers\n* mustache reactive vertx handlebars templating\n\n## resources\n\n* [vertx-web-examples](https://github.com/vert-x3/vertx-examples/tree/master/web-examples)\n* [vertx templates](https://vertx.io/docs/vertx-web/java/#_templates)\n* [vertx web](https://vertx.io/docs/vertx-web/java/)\n* https://vertx.io/docs/vertx-web/java/#_capturing_path_parameters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fquarkus-reactive-vertx-web-templ-handlebars-example/lists"}