{"id":25720120,"url":"https://github.com/gregwhitaker/helidon-microframework-example","last_synced_at":"2026-06-12T04:31:05.989Z","repository":{"id":82732548,"uuid":"152627075","full_name":"gregwhitaker/helidon-microframework-example","owner":"gregwhitaker","description":"Example of creating a microservice with the Helidon MicroFramework.","archived":false,"fork":false,"pushed_at":"2018-10-13T01:51:53.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T17:41:33.612Z","etag":null,"topics":["helidon","helidon-example","helidon-framework","microservice"],"latest_commit_sha":null,"homepage":"","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/gregwhitaker.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":"2018-10-11T17:04:41.000Z","updated_at":"2018-10-13T01:51:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4f4fd0a-f013-43b2-bad0-83df75a915a2","html_url":"https://github.com/gregwhitaker/helidon-microframework-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregwhitaker/helidon-microframework-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fhelidon-microframework-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fhelidon-microframework-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fhelidon-microframework-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fhelidon-microframework-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregwhitaker","download_url":"https://codeload.github.com/gregwhitaker/helidon-microframework-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fhelidon-microframework-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34229624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["helidon","helidon-example","helidon-framework","microservice"],"created_at":"2025-02-25T17:36:35.890Z","updated_at":"2026-06-12T04:31:05.983Z","avatar_url":"https://github.com/gregwhitaker.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helidon-microframework-example\n[![Build Status](https://travis-ci.org/gregwhitaker/helidon-microframework-example.svg?branch=master)](https://travis-ci.org/gregwhitaker/helidon-microframework-example)\n\nAn example of creating a microservice using Oracle's [Helidon Microframework](https://helidon.io/#/).\n\n## Running the Example\n1. Run the following command to start the application:\n\n        ./gradlew run\n        \n    If the server starts successfully you will see something similar to the following in the console:\n    \n        [DEBUG] (main) Using Console logging\n        2018.10.12 18:46:34 INFO io.netty.util.internal.PlatformDependent Thread[main,5,main]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.\n        2018.10.12 18:46:35 INFO io.helidon.webserver.netty.NettyWebServer Thread[nioEventLoopGroup-2-1,10,main]: Channel '@default' started: [id: 0x8bc5367d, L:/0:0:0:0:0:0:0:0:8080]\n        Server running: http://localhost:8080\n    \n2. Run the following command to query the `/hello` endpoint:\n\n        curl -X GET http://localhost:8080/hello\n        \n    If successful, you will see the following response:\n   \n        {\"message\":\"Hello, World!\"}\n        \n3. Run the following command to query the `/hello/{name}` endpoint:\n\n       curl -X GET http://localhost:8080/hello/George\n       \n   If successful, you will see the following response:\n  \n       {\"message\":\"Hello, George!\"}\n\n## Bugs and Feedback\nFor bugs, questions and discussions please use the [Github Issues](https://github.com/gregwhitaker/helidon-microframework-example/issues).\n\n## License\nCopyright 2018 Greg Whitaker\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwhitaker%2Fhelidon-microframework-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregwhitaker%2Fhelidon-microframework-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwhitaker%2Fhelidon-microframework-example/lists"}