{"id":22334459,"url":"https://github.com/adambien/gatelink","last_synced_at":"2025-07-29T21:31:14.359Z","repository":{"id":47771923,"uuid":"182118825","full_name":"AdamBien/gatelink","owner":"AdamBien","description":"WebPush Gateway","archived":false,"fork":false,"pushed_at":"2024-01-30T13:55:04.000Z","size":372,"stargazers_count":8,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-01-31T12:34:06.441Z","etag":null,"topics":["microprofile","notifications","push","quarkus","server","webcomponents","webpush"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdamBien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-04-18T16:07:41.000Z","updated_at":"2024-01-31T10:49:47.000Z","dependencies_parsed_at":"2024-02-06T02:45:41.129Z","dependency_job_id":null,"html_url":"https://github.com/AdamBien/gatelink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamBien%2Fgatelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamBien%2Fgatelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamBien%2Fgatelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamBien%2Fgatelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamBien","download_url":"https://codeload.github.com/AdamBien/gatelink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228046869,"owners_count":17861109,"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":["microprofile","notifications","push","quarkus","server","webcomponents","webpush"],"created_at":"2024-12-04T05:07:57.262Z","updated_at":"2024-12-04T05:07:57.824Z","avatar_url":"https://github.com/AdamBien.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatelink\n\nWebPush Gateway (powered by [quarkus](https://quarkus.io))\n\nThe gatelink service implements:\n\n- [Voluntary Application Server Identification for Web Push (VAPID / RFC8030)](https://www.rfc-editor.org/rfc/rfc8292.html)\n- [Message Encryption for Web Push](https://tools.ietf.org/html/rfc8291)\n\n[Push Notification Overview](https://developers.google.com/web/fundamentals/push-notifications/web-push-protocol#more_headers)\n\n# quickstart\n\n## gatelink server build \u0026 start:\n\n```\ncd gatelink\nmvn package\njava -jar target/gatelink-[VERSION]-runner.jar \n```\n\nalternative / development mode:\n\n```\ncd gatelink\nmvn compile quarkus:dev\n```\n\n## gatelink docker build\n\n```\nmvn package\ndocker build -f src/main/docker/Dockerfile.jvm -t quarkus/gatelink-jvm .\ndocker run -i --rm -p 8080:8080 quarkus/gatelink-jvm\n```\n\n## test ui start\n\nInstall [browsersync](https://www.browsersync.io)\n\n```\ncd webpush-ui\n./startBrowserSync.sh\n```\n\n## [webpush-ui](https://github.com/AdamBien/webpush/tree/master/webpush-ui) sample application\n\nThe user interface uses\n1. [Notification API](https://developer.mozilla.org/en-US/docs/Web/API/notification) to display the badges\n2. [Push API](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) to receive the messages and send a subscription to the server.\n3. [Service Workers API](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) to listen for changes in the background\n4. [Custom Elements](https://developer.mozilla.org/en-US/docs/Web/API/Window/customElements) for structuring the application\n5. [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to send the subscription to the server or to unsubscribe.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadambien%2Fgatelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadambien%2Fgatelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadambien%2Fgatelink/lists"}