{"id":28925619,"url":"https://github.com/benikk/http-server","last_synced_at":"2026-02-09T07:35:23.368Z","repository":{"id":295649671,"uuid":"990779323","full_name":"BeNikk/http-server","owner":"BeNikk","description":"Writing an HTTP server from scratch.","archived":false,"fork":false,"pushed_at":"2025-05-27T14:39:05.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-23T15:26:46.774Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeNikk.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-26T16:11:01.000Z","updated_at":"2025-05-27T19:10:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"23164355-61b7-4bd3-9628-40aeee98e3e6","html_url":"https://github.com/BeNikk/http-server","commit_stats":null,"previous_names":["benikk/http-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BeNikk/http-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNikk%2Fhttp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNikk%2Fhttp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNikk%2Fhttp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNikk%2Fhttp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeNikk","download_url":"https://codeload.github.com/BeNikk/http-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNikk%2Fhttp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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":[],"created_at":"2025-06-22T11:09:41.476Z","updated_at":"2026-02-09T07:35:23.351Z","avatar_url":"https://github.com/BeNikk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Raw HTTP Server in TS\n\nThis project demonstrates how to create a basic HTTP server from scratch using Node.js's built-in TCP `net` module - without using any HTTP libraries or frameworks.\n\n## What This Project Does\n\n- Listens for incoming TCP connections on port 8124\n- Manually parses raw HTTP request data (method, path, protocol)\n- Routes requests based on the URL path (`/`, `/about`, `/profile`)\n- Sends back simple HTTP responses with proper headers and body content\n- Serves a static HTML file for the `/profile` route\n- Handles basic errors and connection lifecycle events\n- Logs all incoming request data and connection events to the console","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenikk%2Fhttp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenikk%2Fhttp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenikk%2Fhttp-server/lists"}