{"id":25182881,"url":"https://github.com/qubitpi/fast-ws","last_synced_at":"2026-01-19T03:01:58.575Z","repository":{"id":182179995,"uuid":"668055685","full_name":"QubitPi/fast-ws","owner":"QubitPi","description":"Template project for building Jersey webservice running in Jetty","archived":false,"fork":false,"pushed_at":"2025-03-13T06:48:00.000Z","size":46150,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T07:28:05.974Z","etag":null,"topics":["github-template","java-17","jersey-framework","jersey-jetty-rest","jetty","rest-api","swagger","webservice"],"latest_commit_sha":null,"homepage":"https://fastws.qubitpi.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QubitPi.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,"publiccode":null,"codemeta":null}},"created_at":"2023-07-18T23:29:29.000Z","updated_at":"2025-03-13T06:44:13.000Z","dependencies_parsed_at":"2023-10-17T12:22:31.500Z","dependency_job_id":"b7ebd513-7718-4335-99f5-4afd1811c72e","html_url":"https://github.com/QubitPi/fast-ws","commit_stats":{"total_commits":131,"total_committers":1,"mean_commits":131.0,"dds":0.0,"last_synced_commit":"944ecadc4df6abe1e8dd358e38fb4cc5c2b129f8"},"previous_names":["qubitpi/jersey-ws-template","qubitpi/fast-ws"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Ffast-ws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Ffast-ws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Ffast-ws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Ffast-ws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QubitPi","download_url":"https://codeload.github.com/QubitPi/fast-ws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135147,"owners_count":20889421,"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":["github-template","java-17","jersey-framework","jersey-jetty-rest","jetty","rest-api","swagger","webservice"],"created_at":"2025-02-09T18:16:26.232Z","updated_at":"2025-04-04T07:10:40.336Z","avatar_url":"https://github.com/QubitPi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"FastWS\n======\n\n![Java Version Badge][Java Version Badge]\n[![GitHub Workflow Status][GitHub Workflow Status]](https://github.com/QubitPi/fast-ws/actions/workflows/ci-cd.yaml)\n[![Apache License Badge]][Apache License, Version 2.0]\n\n__FastWS__ is a [JSR 370] webservice template that lets us spin up Java webservice quickly through [GitHub templates].\nOne can think of FastWS as the Jersey/Jetty version of [Spring Initializr]. At the end of the day, FastWS helps\norganization to improve the velocity and quality of their teams' work\n\n✨ Features\n-----------\n\n- Out-of-the-box healthcheck endpoint\n- Docusaurus-based documentation site freely hosted on GitHub Pages\n- Dockerized webservice\n- ELK application monitoring\n- Flexible webservice configuration\n\n🚀 Quick Start\n--------------\n\nPlease make sure Docker is installed\n([_Installing Docker_](https://docker.qubitpi.org/desktop/setup/install/mac-install/)), then execute this on-click\ncommands:\n\n```console\ndocker run --name=fast-ws -it -p 8080:8080 jack20191124/fast-ws\n```\n\nThat's it. A healthcheck endpoint can be pinned with\n\n```console\ncurl -v localhost:8080/v1/data/healthcheck\n```\n\nwhich would gave\n\n```console\n$ curl -v localhost:8080/v1/data/healthcheck\n*   Trying 127.0.0.1:8080...\n* Connected to localhost (127.0.0.1) port 8080 (#0)\n\u003e GET /v1/data/healthcheck HTTP/1.1\n\u003e Host: localhost:8080\n\u003e User-Agent: curl/7.85.0\n\u003e Accept: */*\n\u003e\n* Mark bundle as not supporting multiuse\n\u003c HTTP/1.1 200 OK\n\u003c Content-Length: 0\n\u003c Server: Jetty(11.0.15)\n\u003c\n* Connection #0 to host localhost left intact\n```\n\nDeveloper can now start adding business values without repeating the time-consuming scaffolding works. To proceed from\nhere, including getting and developing the webservice source code, please refer to the [documentation][Documentation]\nfor details.\n\nLicense\n-------\n\nThe use and distribution terms for [fast-ws]() are covered by the [Apache License, Version 2.0].\n\n[Apache License Badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge\u0026logo=Apache\u0026logoColor=white\n[Apache License, Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0\n\n[Documentation]: https://fastws.qubitpi.org/\n\n[GitHub templates]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository#about-template-repositories\n[GitHub Workflow Status]: https://img.shields.io/github/actions/workflow/status/QubitPi/fast-ws/ci-cd.yaml?branch=master\u0026logo=github\u0026style=for-the-badge\n\n[Java Version Badge]: https://img.shields.io/badge/Java-17-brightgreen?style=for-the-badge\u0026logo=OpenJDK\u0026logoColor=white\n[fast-ws]: https://fastws.qubitpi.org/\n[JSR 370]: https://jcp.org/en/jsr/detail?id=370\n\n[Spring Initializr]: https://start.spring.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitpi%2Ffast-ws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqubitpi%2Ffast-ws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitpi%2Ffast-ws/lists"}