{"id":20512642,"url":"https://github.com/felix-kaestner/lungo","last_synced_at":"2025-06-24T01:05:19.531Z","repository":{"id":39905196,"uuid":"391673581","full_name":"felix-kaestner/lungo","owner":"felix-kaestner","description":"A tiny, zero-dependency web framework based on net/http with an intuitive API.","archived":false,"fork":false,"pushed_at":"2024-06-10T01:04:53.000Z","size":88,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T23:09:04.204Z","etag":null,"topics":["go","golang","http","middleware"],"latest_commit_sha":null,"homepage":"","language":"Go","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/felix-kaestner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"felix-kaestner"}},"created_at":"2021-08-01T16:03:29.000Z","updated_at":"2023-08-21T00:18:10.000Z","dependencies_parsed_at":"2024-02-26T17:45:35.767Z","dependency_job_id":null,"html_url":"https://github.com/felix-kaestner/lungo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-kaestner%2Flungo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-kaestner%2Flungo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-kaestner%2Flungo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-kaestner%2Flungo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felix-kaestner","download_url":"https://codeload.github.com/felix-kaestner/lungo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248794571,"owners_count":21162615,"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":["go","golang","http","middleware"],"created_at":"2024-11-15T20:42:13.943Z","updated_at":"2025-04-13T23:09:16.060Z","avatar_url":"https://github.com/felix-kaestner.png","language":"Go","funding_links":["https://github.com/sponsors/felix-kaestner"],"categories":[],"sub_categories":[],"readme":"# Lungo\n\n\u003cp align=\"center\"\u003e\n    \u003cspan\u003eA tiny, zero-dependency web framework based on net/http with an intuitive API.\u003c/span\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https://github.com/felix-kaestner/lungo/issues\"\u003e\n        \u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/felix-kaestner/lungo?color=29b6f6\u0026style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/felix-kaestner/lungo/stargazers\"\u003e\n        \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/felix-kaestner/lungo?color=29b6f6\u0026style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/felix-kaestner/lungo/blob/main/LICENSE\"\u003e\n        \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/felix-kaestner/lungo?color=29b6f6\u0026style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pkg.go.dev/github.com/felix-kaestner/lungo\"\u003e\n        \u003cimg alt=\"Stars\" src=\"https://img.shields.io/badge/go-documentation-blue?color=29b6f6\u0026style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://goreportcard.com/report/github.com/felix-kaestner/lungo\"\u003e\n        \u003cimg alt=\"Issues\" src=\"https://goreportcard.com/badge/github.com/felix-kaestner/lungo?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/felix-kaestner/lungo\"\u003e\n        \u003cimg src=\"https://img.shields.io/codecov/c/github/felix-kaestner/lungo?style=flat-square\u0026token=KK7ZG7A90X\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://twitter.com/kaestner_felix\"\u003e\n        \u003cimg alt=\"Twitter\" src=\"https://img.shields.io/badge/twitter-@kaestner_felix-29b6f6?style=flat-square\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Quickstart\n\n```go\npackage main\n\nimport \"github.com/felix-kaestner/lungo\"\n\nfunc main() {\n    app := lungo.New()\n\n    app.Get(\"/\", func(c *lungo.Context) error {\n        return c.Text(\"Hello, World!\")\n    })\n\n    app.Listen(\":3000\")\n}\n```\n\n##  Installation\n\nInstall Lungo with the `go get` command:\n\n```\n$ go get -u github.com/felix-kaestner/lungo\n```\n\n## Contribute\n\nAll contributions in any form are welcome! 🙌🏻  \nJust use the [Issue](.github/ISSUE_TEMPLATE) and [Pull Request](.github/PULL_REQUEST_TEMPLATE) templates and I'll be happy to review your suggestions. 👍\n\n## Support\n\nAny kind of support is well appreciated! 👏🏻  \nIf you want to tweet about the project, make sure to tag me [@kaestner_felix](https://twitter.com/kaestner_felix). You can also support my open source work on [GitHub Sponsors](https://github.com/sponsors/felix-kaestner).\n\n---\n\nReleased under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelix-kaestner%2Flungo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelix-kaestner%2Flungo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelix-kaestner%2Flungo/lists"}