{"id":17166432,"url":"https://github.com/mfirry/web-frameworks-templates","last_synced_at":"2025-04-06T13:11:23.501Z","repository":{"id":27836324,"uuid":"31326338","full_name":"mfirry/web-frameworks-templates","owner":"mfirry","description":"Comparing different frameworks for building RESTful API in Scala","archived":false,"fork":false,"pushed_at":"2025-03-11T17:48:37.000Z","size":4387,"stargazers_count":72,"open_issues_count":4,"forks_count":18,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-29T07:36:32.104Z","etag":null,"topics":["hacktoberfest","rest-api","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/mfirry.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":"2015-02-25T17:29:57.000Z","updated_at":"2025-03-17T15:45:07.000Z","dependencies_parsed_at":"2024-11-14T22:02:37.574Z","dependency_job_id":"f226386d-1b65-4719-bb73-4f7a65fd4656","html_url":"https://github.com/mfirry/web-frameworks-templates","commit_stats":{"total_commits":430,"total_committers":20,"mean_commits":21.5,"dds":0.6697674418604651,"last_synced_commit":"56475afbb36328d470de3a02d9463402305921f9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfirry%2Fweb-frameworks-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfirry%2Fweb-frameworks-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfirry%2Fweb-frameworks-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfirry%2Fweb-frameworks-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfirry","download_url":"https://codeload.github.com/mfirry/web-frameworks-templates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"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":["hacktoberfest","rest-api","scala"],"created_at":"2024-10-14T23:05:32.782Z","updated_at":"2025-04-06T13:11:23.482Z","avatar_url":"https://github.com/mfirry.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Scala CI](https://github.com/mfirry/web-frameworks-templates/workflows/Scala%20CI/badge.svg)\n[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)\n\n\nEXPERIMENTS on the look-and-feel (from the point of view of the *developer experience*) of a few frameworks/libraries used to develop web services in Scala.\n\nAt the end of the day all the examples should have:\n- a '/' endpoint that would return [1, 2, 3] (json)\n- a '/json' that would return {'message':'Hello, World!'} (json)\n- a '/plaintext' that would return Hello, World!' (plaintext)\n\n### High-Level Server Frameworks\n\n| Name       | Version      | License                                                                    | Github Stars                                                             |\n|------------|--------------|----------------------------------------------------------------------------|--------------------------------------------------------------------------|\n| [akka-http](https://doc.akka.io/docs/akka-http/current/)  | 10.6.3       | ![GitHub](https://img.shields.io/github/license/akka/akka-http)            | ![GitHub](https://img.shields.io/github/stars/akka/akka-http)            |\n| [cask](https://github.com/lihaoyi/cask)       | 0.9.4       | ![GitHub](https://img.shields.io/github/license/com-lihaoyi/cask)          | ![GitHub](https://img.shields.io/github/stars/com-lihaoyi/cask)          |\n| [http4s](https://http4s.org/)     | 0.23.12       | ![GitHub](https://img.shields.io/github/license/http4s/http4s)             | ![GitHub]( https://img.shields.io/github/stars/http4s/http4s)          |\n| [play](https://www.playframework.com/)       | 2.8.8        | ![GitHub](https://img.shields.io/github/license/play/play)                 | ![GitHub](https://img.shields.io/github/stars/play/play)                 |\n| [scalatra](https://scalatra.org/)   | 2.8.2       | ![GitHub](https://img.shields.io/github/license/scalatra/scalatra)         | ![GitHub](https://img.shields.io/github/stars/scalatra/scalatra)         |\n| [unfiltered](http://unfiltered.ws/) | 0.10.4       | ![GitHub](https://img.shields.io/github/license/unfiltered/unfiltered)     | ![GitHub](https://img.shields.io/github/stars/unfiltered/unfiltered)     |\n| [zio-http](https://github.com/dream11/zio-http)   | 2.0.0-RC2 | ![GitHub](https://img.shields.io/github/license/dream11/zio-http)          | ![GitHub](https://img.shields.io/github/stars/dream11/zio-http)          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfirry%2Fweb-frameworks-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfirry%2Fweb-frameworks-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfirry%2Fweb-frameworks-templates/lists"}