{"id":32120570,"url":"https://github.com/denoot/denoot","last_synced_at":"2026-02-19T08:01:20.897Z","repository":{"id":54567679,"uuid":"336676811","full_name":"Denoot/denoot","owner":"Denoot","description":"Web server for Deno. Easily route HTTP requests with Denoot http-server.","archived":false,"fork":false,"pushed_at":"2021-06-18T22:02:32.000Z","size":542,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T19:57:01.711Z","etag":null,"topics":["deno","http-server","middleware","router","server-side","web","web-server","webframework"],"latest_commit_sha":null,"homepage":"https://denoot.dev","language":"TypeScript","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/Denoot.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}},"created_at":"2021-02-07T01:46:23.000Z","updated_at":"2023-06-24T10:22:26.000Z","dependencies_parsed_at":"2022-08-13T20:00:44.006Z","dependency_job_id":null,"html_url":"https://github.com/Denoot/denoot","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/Denoot/denoot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denoot%2Fdenoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denoot%2Fdenoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denoot%2Fdenoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denoot%2Fdenoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Denoot","download_url":"https://codeload.github.com/Denoot/denoot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Denoot%2Fdenoot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29608152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["deno","http-server","middleware","router","server-side","web","web-server","webframework"],"created_at":"2025-10-20T19:56:51.528Z","updated_at":"2026-02-19T08:01:20.879Z","avatar_url":"https://github.com/Denoot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e\n        Denoot — Web Server\n    \u003c/h1\u003e\n    \u003cimg src=\"https://i.imgur.com/20W1wHg.png\" alt=\"Denoot logo\" style=\"width:200px;\" width=\"200\" /\u003e\n    \u003cp\u003e\u003ca href=\"https://denoot.dev\"\u003eDenoot\u003c/a\u003e is a light weight, high performance, express.js style web server/router for \u003ca href=\"https://deno.land\"\u003eDeno\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n***\n\n## Getting Started\nCreate `server.ts`\n```ts\nimport Denoot from \"https://deno.land/x/denoot/mod.ts\";\n\nconst app = Denoot.app(3000);\n\napp.get(\"/\", (req, res) =\u003e {\n    res.send(\"Hello World!\");\n});\n```\nThen start the server:\n```sh\ndeno run --allow-net --unstable server.ts\n```\nAfter starting open [localhost:3000](http://localhost:3000)\n\n## [Documentation](https://denoot.dev/creating-denoot-app)\nView the full documentation [here](https://denoot.dev/creating-denoot-app).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoot%2Fdenoot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenoot%2Fdenoot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoot%2Fdenoot/lists"}