{"id":47172530,"url":"https://github.com/iivexii/simple-bun-web-server","last_synced_at":"2026-03-13T06:04:45.909Z","repository":{"id":54342612,"uuid":"522129636","full_name":"IIvexII/Simple-Bun-Web-Server","owner":"IIvexII","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-08T06:50:07.000Z","size":127,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-28T03:21:08.007Z","etag":null,"topics":["bun","bun-server","bun-simple-server","bun-web-server","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/IIvexII.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":"2022-08-07T06:00:41.000Z","updated_at":"2023-09-30T11:44:13.000Z","dependencies_parsed_at":"2022-08-13T12:40:25.350Z","dependency_job_id":null,"html_url":"https://github.com/IIvexII/Simple-Bun-Web-Server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IIvexII/Simple-Bun-Web-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIvexII%2FSimple-Bun-Web-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIvexII%2FSimple-Bun-Web-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIvexII%2FSimple-Bun-Web-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIvexII%2FSimple-Bun-Web-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IIvexII","download_url":"https://codeload.github.com/IIvexII/Simple-Bun-Web-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIvexII%2FSimple-Bun-Web-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30459797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"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":["bun","bun-server","bun-simple-server","bun-web-server","web-server"],"created_at":"2026-03-13T06:04:43.582Z","updated_at":"2026-03-13T06:04:45.902Z","avatar_url":"https://github.com/IIvexII.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bun Server\n\n## Install\n* Install Bun and thats it.\n\n## Run\n```bash\nbun run ./src/index.ts\n```\n\n## Example\n```typescript\nimport { server ,ConfigRoutes } from \"./WebServer\";\n\nconst app = new ConfigRoutes();\n\napp.get('/', () =\u003e {\n    return 'Hello This is home page';\n})\n\napp.get('/users', () =\u003e {\n    return 'All users will show here.';\n})\n\napp.get('/foo', () =\u003e {\n    return 'Foo';\n})\n// Pass port and the instance of ConfigureRoutes\nserver(1234, app);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiivexii%2Fsimple-bun-web-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiivexii%2Fsimple-bun-web-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiivexii%2Fsimple-bun-web-server/lists"}