{"id":15575322,"url":"https://github.com/vickumar1981/jvm-framework-overview","last_synced_at":"2026-02-02T16:03:01.097Z","repository":{"id":78377713,"uuid":"423536732","full_name":"vickumar1981/jvm-framework-overview","owner":"vickumar1981","description":"A quick look at hello world in a few JVM frameworks","archived":false,"fork":false,"pushed_at":"2021-11-01T23:21:44.000Z","size":2507,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T07:42:37.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Batchfile","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/vickumar1981.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":"2021-11-01T16:27:16.000Z","updated_at":"2021-11-01T23:21:46.000Z","dependencies_parsed_at":"2023-03-09T14:15:45.317Z","dependency_job_id":null,"html_url":"https://github.com/vickumar1981/jvm-framework-overview","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/vickumar1981%2Fjvm-framework-overview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickumar1981%2Fjvm-framework-overview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickumar1981%2Fjvm-framework-overview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickumar1981%2Fjvm-framework-overview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vickumar1981","download_url":"https://codeload.github.com/vickumar1981/jvm-framework-overview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243234154,"owners_count":20258403,"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":[],"created_at":"2024-10-02T18:29:04.244Z","updated_at":"2026-02-02T16:02:56.040Z","avatar_url":"https://github.com/vickumar1981.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JVM Frameworks (A Quick Overview)\n\nWe'll take a quick look at a few popular frameworks in the JVM.\n\nThis guide contains a simple hello world REST API in the following frameworks:\n\n### Java\n - [Spring Boot w/ Webflux](https://spring.io/guides/gs/reactive-rest-service/)\n - [Micronaut](https://guides.micronaut.io/latest/creating-your-first-micronaut-app-gradle-java.html)\n - [Quarkus](https://quarkus.io/guides/getting-started)\n \n### Scala\n - [Play Framework](https://www.playframework.com/documentation/2.8.x/HelloWorldTutorial)\n - [Finch + Finagle](https://twitter.github.io/finagle/guide/Quickstart.html)\n\n\nEach application contains a single endpoint, `/hello` and has been tested\non Java 11.\n\nAll frameworks are reactive frameworks.\n\nBoot times are on a Intel® Core™ i7-8750H CPU @ 2.20GHz × 6 processor,\nand running the application in development mode.\n\n\n## Spring Boot w/ WebFlux\n\nTo run, change into the `webflux` directory, compile and run the application.\n\n```shell\ncd webflux/\n./gradlew clean build\n./gradlew bootRun\n```\n\n### Details\n\n|Version  |  Spring Boot 2.6.0|\n|---------|-------------------|\n|Server   |  Netty |\n|Boot time|  ~750 ms |\n|LOC      | 75 |\n\n\n## Micronaut\n\nTo run, change into the `micronaut` directory, compile and run the application.\n\n```shell\ncd micronaut/\n./graldew clean build\n./gradlew run\n```\n\n### Details\n\n|Version  |  Micronaut 2.0.8|\n|---------|-------------------|\n|Server   |  Netty |\n|Boot time|  ~500 ms |\n|LOC      | 81 |\n\n## Quarkus\n\nTo run, change into the `quarkus` directory, compile and run the application.\n\n```shell\ncd quarkus/\n./mvnw compile quarkus:dev\n```\n\n### Details\n\n|Version  |  Quarkus 2.4.0|\n|---------|-------------------|\n|Server   |  Vert.x/Netty |\n|Boot time|  ~1.2 s |\n|LOC      | 71 |\n\n## Play Framework\n\nTo run, change into the `play` directory and run the application.\n\n```shell\ncd play/\n./sbt compile\n./sbt run\n```\n\n### Details\n\n|Version  |  Play 2.8.8|\n|---------|-------------------|\n|Server   |  Akka HTTP |\n|Boot time|  - |\n|LOC      | 22 |\n\n\n## Finch + Finagle\n\nTo run, change into the `finch` directory and run the application.\n\n```shell\ncd finch/\n./sbt compile\n./sbt run\n```\n\n### Details\n\n|Version  |  Finch 0.31|\n|---------|-------------------|\n|Server   |  Finagle 19.8.0 |\n|Boot time|  - |\n|LOC      | 14 |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickumar1981%2Fjvm-framework-overview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvickumar1981%2Fjvm-framework-overview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickumar1981%2Fjvm-framework-overview/lists"}