{"id":13801123,"url":"https://github.com/analogweb/analogweb-scala","last_synced_at":"2026-01-11T16:59:14.008Z","repository":{"id":12644261,"uuid":"15315798","full_name":"analogweb/analogweb-scala","owner":"analogweb","description":"Tiny High Performance HTTP Server for Scala ","archived":false,"fork":false,"pushed_at":"2023-12-30T08:31:49.000Z","size":322,"stargazers_count":13,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-18T16:57:16.109Z","etag":null,"topics":["analogweb-scala","http-server","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/analogweb.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}},"created_at":"2013-12-19T15:49:54.000Z","updated_at":"2023-03-20T04:07:49.000Z","dependencies_parsed_at":"2024-01-05T21:57:09.395Z","dependency_job_id":null,"html_url":"https://github.com/analogweb/analogweb-scala","commit_stats":null,"previous_names":["analogweb/scala-plugin"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analogweb%2Fanalogweb-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analogweb%2Fanalogweb-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analogweb%2Fanalogweb-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/analogweb%2Fanalogweb-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/analogweb","download_url":"https://codeload.github.com/analogweb/analogweb-scala/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932773,"owners_count":21986446,"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":["analogweb-scala","http-server","scala"],"created_at":"2024-08-04T00:01:19.740Z","updated_at":"2026-01-11T16:59:14.001Z","avatar_url":"https://github.com/analogweb.png","language":"Scala","readme":"Analogweb Framework Scala\n===============================================\n\n[![Build Status](https://travis-ci.org/analogweb/analogweb-scala.svg)](https://travis-ci.org/analogweb/analogweb-scala)\n[![codecov](https://codecov.io/gh/analogweb/analogweb-scala/branch/master/graph/badge.svg)](https://codecov.io/gh/analogweb/analogweb-scala)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7a112498f9ae4e3d996a8a74d59a1c4e)](https://www.codacy.com/manual/y2k2mt/analogweb-scala?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=analogweb/analogweb-scala\u0026amp;utm_campaign=Badge_Grade)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.analogweb/analogweb-scala_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.analogweb/analogweb-scala_2.13)\n[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fanalogweb%2Fanalogweb-scala.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fanalogweb%2Fanalogweb-scala?ref=badge_shield)\n\n## Quick Start\n\nCreate build.sbt\n\n```scala\nscalaVersion := \"3.1.1\"\nlibraryDependencies ++= Seq (\n  \"org.analogweb\" %% \"analogweb-scala\" % \"0.13.0\"\n)\n```\n\nStart sbt console.\n\n```\n$ sbt console\n```\n\nWrite a code.\n\n```scala\nscala\u003e import analogweb._\nimport analogweb._\n\nscala\u003e http(\"localhost\",8000) {\n    |   get(\"/ping\") { \"PONG\" }\n    | }.run\n...\nINFO: An Analogweb application has been booted. (Erapsed time: 412ms)\n```\n\nand you will get them.\n\n```\n$ curl localhost:8000/ping\nPONG\n```\n\n\n## License\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fanalogweb%2Fanalogweb-scala.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fanalogweb%2Fanalogweb-scala?ref=badge_large)\n","funding_links":[],"categories":["Table of Contents","Web Frameworks"],"sub_categories":["Web Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanalogweb%2Fanalogweb-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanalogweb%2Fanalogweb-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanalogweb%2Fanalogweb-scala/lists"}