{"id":18287087,"url":"https://github.com/deno-libs/tinyhttp","last_synced_at":"2025-07-01T08:36:07.521Z","repository":{"id":43365003,"uuid":"340352218","full_name":"deno-libs/tinyhttp","owner":"deno-libs","description":"[IN DEVELOPMENT] 🦕 Deno port of tinyhttp, 0-legacy, tiny \u0026 fast web framework","archived":false,"fork":false,"pushed_at":"2023-08-21T17:07:49.000Z","size":583,"stargazers_count":105,"open_issues_count":3,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-21T00:51:09.428Z","etag":null,"topics":["backend","deno","http","http-server","tinyhttp","web-framework"],"latest_commit_sha":null,"homepage":"https://deno.land/x/tinyhttp","language":"TypeScript","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/deno-libs.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},"funding":{"ko_fi":"v1rtl","liberapay":"v1rtl","custom":["https://paypal.me/v1rtl","https://qiwi.com/n/V1RTL","https://yoomoney.ru/to/410014774355272"],"issuehunt":"talentlessguy"}},"created_at":"2021-02-19T11:43:29.000Z","updated_at":"2024-10-05T16:57:33.000Z","dependencies_parsed_at":"2023-01-22T21:31:24.745Z","dependency_job_id":null,"html_url":"https://github.com/deno-libs/tinyhttp","commit_stats":null,"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Ftinyhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Ftinyhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Ftinyhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Ftinyhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deno-libs","download_url":"https://codeload.github.com/deno-libs/tinyhttp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247311643,"owners_count":20918336,"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":["backend","deno","http","http-server","tinyhttp","web-framework"],"created_at":"2024-11-05T13:24:22.460Z","updated_at":"2025-04-05T08:31:36.705Z","avatar_url":"https://github.com/deno-libs.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/deno-libs/tinyhttp/master/logo.svg\"  /\u003e\n  \u003ch1 align=\"center\"\u003etinyhttp\u003c/h1\u003e\n\n[![nest badge][nest-badge]](https://nest.land/package/tinyhttp)\n[![GitHub Workflow Status][gh-actions-img]][github-actions]\n[![Codecov][codecov-badge]][codecov] [![][docs-badge]][docs]\n[![][code-quality-img]][code-quality] ![Dependency count][deps]\n\n\u003c/div\u003e\n\nThis is a [Deno](https://deno.land) port of\n[tinyhttp](https://github.com/talentlessguy/tinyhttp), 0-legacy, tiny \u0026amp; fast\nweb framework as a replacement of Express.\n\n## Example\n\n```ts\nimport { App } from 'https://deno.land/x/tinyhttp/app.ts'\n\nconst app = new App()\n\napp.get('/:name/', async (req, res) =\u003e {\n  await res.send(\n    `Hello on ${req.url} from Deno v${Deno.version.deno} and tinyhttp! 🦕`,\n  )\n})\n\napp.listen(3000, () =\u003e console.log(`Started on :3000`))\n```\n\n[docs-badge]: https://img.shields.io/github/v/release/deno-libs/tinyhttp?label=Docs\u0026logo=deno\u0026style=for-the-badge\u0026color=B06892\n[docs]: https://doc.deno.land/https/deno.land/x/tinyhttp/mod.ts\n[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/deno-libs/tinyhttp/main.yml?branch=master\u0026style=for-the-badge\u0026logo=github\u0026label=\u0026color=B06892\n[codecov]: https://coveralls.io/github/deno-libs/tinyhttp\n[github-actions]: https://github.com/deno-libs/tinyhttp/actions\n[codecov-badge]: https://img.shields.io/coveralls/github/deno-libs/tinyhttp?style=for-the-badge\u0026color=B06892\u0026\n[nest-badge]: https://img.shields.io/badge/publushed%20on-nest.land-B06892?style=for-the-badge\n[code-quality-img]: https://img.shields.io/codefactor/grade/github/deno-libs/tinyhttp?style=for-the-badge\u0026color=B06892\n[code-quality]: https://www.codefactor.io/repository/github/deno-libs/tinyhttp\n[deps]: https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fdep-count%2Fhttps%2Fx.nest.land%2Ftinyhttp%400.1.23%2Fmod.ts\u0026style=for-the-badge\u0026color=B06892\n","funding_links":["https://ko-fi.com/v1rtl","https://liberapay.com/v1rtl","https://paypal.me/v1rtl","https://qiwi.com/n/V1RTL","https://yoomoney.ru/to/410014774355272","https://issuehunt.io/r/talentlessguy"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-libs%2Ftinyhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeno-libs%2Ftinyhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-libs%2Ftinyhttp/lists"}