{"id":17193714,"url":"https://github.com/andrei-markeev/express-mini","last_synced_at":"2026-04-11T19:36:15.088Z","repository":{"id":83676767,"uuid":"565151976","full_name":"andrei-markeev/express-mini","owner":"andrei-markeev","description":"Minimalistic express-like webserver with zero dependencies","archived":false,"fork":false,"pushed_at":"2025-09-20T19:38:09.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-20T21:23:57.487Z","etag":null,"topics":["expressjs","http-server","nodejs","web-server"],"latest_commit_sha":null,"homepage":"","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/andrei-markeev.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,"governance":null}},"created_at":"2022-11-12T13:59:54.000Z","updated_at":"2025-09-20T19:38:13.000Z","dependencies_parsed_at":"2023-03-12T19:17:57.277Z","dependency_job_id":null,"html_url":"https://github.com/andrei-markeev/express-mini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrei-markeev/express-mini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Fexpress-mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Fexpress-mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Fexpress-mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Fexpress-mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrei-markeev","download_url":"https://codeload.github.com/andrei-markeev/express-mini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Fexpress-mini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["expressjs","http-server","nodejs","web-server"],"created_at":"2024-10-15T01:44:48.008Z","updated_at":"2026-04-11T19:36:14.898Z","avatar_url":"https://github.com/andrei-markeev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## express-mini\n\nMinimalistic Express-like web server with zero dependencies.\n\n### Installation\n\n```\nnpm i @andrei-markeev/express-mini\n```\n\n### Usage\n\n```ts\n\nimport * as app from \"@andrei-markeev/express-mini\"\n\napp.get(\"/hello\", async () =\u003e ({ text: \"Hello world!\" }));\napp.get(\"/test\", async () =\u003e ({ html: \"\u003chtml\u003e\u003cbody\u003e\u003ch1\u003eTest\u003c/h1\u003e\u003c/body\u003e\u003c/html\u003e\" }));\n\napp.listen(3000, __dirname + \"/public\", () =\u003e console.log(\"Server listens on port 3000\"))\n\n```\n\nIn this example, server will serve static files from the `public` folder (relative to the script directory).\n\nIf you don't need automatic static file serving, pass `null`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrei-markeev%2Fexpress-mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrei-markeev%2Fexpress-mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrei-markeev%2Fexpress-mini/lists"}