{"id":18084505,"url":"https://github.com/endel/bun-serve-express","last_synced_at":"2026-02-09T01:10:58.509Z","repository":{"id":194223046,"uuid":"690359363","full_name":"endel/bun-serve-express","owner":"endel","description":"Express API compatibility layer for `Bun.serve`","archived":false,"fork":false,"pushed_at":"2024-12-19T10:03:42.000Z","size":55,"stargazers_count":11,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-06T04:10:21.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/endel.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":"2023-09-12T03:34:12.000Z","updated_at":"2025-01-24T11:16:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"679e4ab3-55b6-42a4-b320-37ec0843c862","html_url":"https://github.com/endel/bun-serve-express","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"7ba243584ef37f74507d0e2d4904e67a267c496c"},"previous_names":["endel/bun-serve-express"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/endel/bun-serve-express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fbun-serve-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fbun-serve-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fbun-serve-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fbun-serve-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endel","download_url":"https://codeload.github.com/endel/bun-serve-express/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fbun-serve-express/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2024-10-31T15:07:01.550Z","updated_at":"2026-02-09T01:10:58.505Z","avatar_url":"https://github.com/endel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bun.serve + Express\n\nExpress API compatibility layer for `Bun.serve`. Highly similar to [uWebSockets-express](https://github.com/colyseus/uWebSockets-express/).\n\n## Usage\n\n```typescript\nimport bunExpress from \"bun-serve-express\";\n\nconst app = bunExpress(/* optional serve options */);\n\n// use existing middleware implementations!\napp.use(express.json());\napp.use('/', serveIndex(path.join(__dirname, \"..\"), { icons: true, hidden: true }))\napp.use('/', express.static(path.join(__dirname, \"..\")));\n\n// register routes\napp.get(\"/hello\", (req, res) =\u003e {\n  res.json({ hello: \"world!\" });\n});\n\napp.listen(8000);\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fbun-serve-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendel%2Fbun-serve-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fbun-serve-express/lists"}