{"id":22066632,"url":"https://github.com/pandres95/deno-http-server","last_synced_at":"2026-04-17T02:31:30.780Z","repository":{"id":74665010,"uuid":"267686569","full_name":"pandres95/deno-http-server","owner":"pandres95","description":"Minimal HTTP Server for Deno","archived":false,"fork":false,"pushed_at":"2020-05-28T21:31:32.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-28T02:34:26.401Z","etag":null,"topics":["deno","http-server","javascript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pandres95.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":"2020-05-28T20:12:05.000Z","updated_at":"2023-09-29T19:01:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"506c1c59-ff3f-4327-b145-862f4c7abc90","html_url":"https://github.com/pandres95/deno-http-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pandres95/deno-http-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandres95%2Fdeno-http-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandres95%2Fdeno-http-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandres95%2Fdeno-http-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandres95%2Fdeno-http-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pandres95","download_url":"https://codeload.github.com/pandres95/deno-http-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandres95%2Fdeno-http-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31912333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","javascript"],"created_at":"2024-11-30T19:28:41.638Z","updated_at":"2026-04-17T02:31:30.759Z","avatar_url":"https://github.com/pandres95.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniServer: Minimal HTTP Server for Deno\n\n## Install\nImport the module from `https://raw.githubusercontent.com/pandres95/deno-http-server/master/server.js`.\n\n## Usage\n\n```javascript\nimport { MiniServer } from 'https://raw.githubusercontent.com/pandres95/deno-http-server/master/server.js';\n\nconst server = new MiniServer({\n    port: 8000\n});\n\nserver\n    .get('/', async request =\u003e {\n        request.json({\n            body: {\n                hello: 'deno 🦕'\n            }\n        });\n    })\n    .listen();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandres95%2Fdeno-http-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandres95%2Fdeno-http-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandres95%2Fdeno-http-server/lists"}