{"id":29797595,"url":"https://github.com/sunpodder/http-server.asm","last_synced_at":"2025-07-28T06:32:26.305Z","repository":{"id":222615837,"uuid":"757870442","full_name":"SunPodder/http-server.asm","owner":"SunPodder","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-15T08:29:29.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-15T09:29:34.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Assembly","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/SunPodder.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}},"created_at":"2024-02-15T06:43:17.000Z","updated_at":"2024-02-15T09:29:35.969Z","dependencies_parsed_at":"2024-02-15T09:39:38.485Z","dependency_job_id":null,"html_url":"https://github.com/SunPodder/http-server.asm","commit_stats":null,"previous_names":["sunpodder/http-server.asm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SunPodder/http-server.asm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunPodder%2Fhttp-server.asm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunPodder%2Fhttp-server.asm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunPodder%2Fhttp-server.asm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunPodder%2Fhttp-server.asm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SunPodder","download_url":"https://codeload.github.com/SunPodder/http-server.asm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunPodder%2Fhttp-server.asm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267474505,"owners_count":24093317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":[],"created_at":"2025-07-28T06:30:52.676Z","updated_at":"2025-07-28T06:32:26.295Z","avatar_url":"https://github.com/SunPodder.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple HTTP Server in x86-64 Linux Assembly\n\nIt uses linux system calls so you will need a linux machine to compile and run this.\n\nInstall nasm with your system's package manager\n\n```bash\nsudo apt install nasm\n```\n\nCompile and run with\n```bash\nmake\n./main\n```\n\nFor debugging I found `strace` to be very useful\n```bash\nstrace ./main\n```\n\nresources:\n- https://filippo.io/linux-syscall-table/\n- https://stackoverflow.com/q/74887725\n- Linux Man Pages\n- System Header files for the values of various constants\n- See RFC and MDN docs for HTTP request and response formats\n\nSee also:\n- https://asmtutor.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunpodder%2Fhttp-server.asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunpodder%2Fhttp-server.asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunpodder%2Fhttp-server.asm/lists"}