{"id":26674120,"url":"https://github.com/v8v88v8v88/nanohttp","last_synced_at":"2025-04-12T06:53:44.455Z","repository":{"id":284214353,"uuid":"861938531","full_name":"V8V88V8V88/nanoHTTP","owner":"V8V88V8V88","description":"A nano lightweight, HTTP server implementation in C.","archived":false,"fork":false,"pushed_at":"2025-04-06T09:59:53.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T06:53:38.720Z","etag":null,"topics":["c","curl","get","http","http-server","post","server"],"latest_commit_sha":null,"homepage":"","language":"C","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/V8V88V8V88.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}},"created_at":"2024-09-23T18:43:45.000Z","updated_at":"2025-04-06T09:59:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a81a12fd-87b8-48a2-8426-8f676e2b9b0c","html_url":"https://github.com/V8V88V8V88/nanoHTTP","commit_stats":null,"previous_names":["v8v88v8v88/nanohttp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FnanoHTTP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FnanoHTTP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FnanoHTTP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FnanoHTTP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/V8V88V8V88","download_url":"https://codeload.github.com/V8V88V8V88/nanoHTTP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530591,"owners_count":21119595,"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","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":["c","curl","get","http","http-server","post","server"],"created_at":"2025-03-26T02:17:32.183Z","updated_at":"2025-04-12T06:53:44.438Z","avatar_url":"https://github.com/V8V88V8V88.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nanoHTTP\nA nano lightweight, educational HTTP server implementation in C. Ideal for learning network programming basics and understanding HTTP server operations. Features simple GET and POST request handling in a single-file design.\n\n## Run\n\n1. Compile:\n   ```\n   gcc nanoHTTP.c -o nanohttp.o -lssl -lcrypto -lpthread\n   ```\n\n2. Execute:\n   ```\n   ./nanohttp\n   ```\n\n3. Server runs on port 8080.\n\n## Test\n\nGET request:\n```\ncurl http://localhost:8080\n```\n\nPOST request:\n```\ncurl -X POST -d \"Hello\" http://localhost:8080\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv8v88v8v88%2Fnanohttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv8v88v8v88%2Fnanohttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv8v88v8v88%2Fnanohttp/lists"}