{"id":35113466,"url":"https://github.com/kasouza/kshttp","last_synced_at":"2026-05-21T09:07:53.427Z","repository":{"id":45140960,"uuid":"440617768","full_name":"kasouza/kshttp","owner":"kasouza","description":"A simple HTTP server written in c++","archived":false,"fork":false,"pushed_at":"2022-04-08T02:27:02.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T16:50:58.674Z","etag":null,"topics":["cpp","http-server"],"latest_commit_sha":null,"homepage":"","language":"C++","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/kasouza.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}},"created_at":"2021-12-21T18:42:52.000Z","updated_at":"2022-04-24T05:46:43.000Z","dependencies_parsed_at":"2022-09-22T17:40:57.414Z","dependency_job_id":null,"html_url":"https://github.com/kasouza/kshttp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kasouza/kshttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasouza%2Fkshttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasouza%2Fkshttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasouza%2Fkshttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasouza%2Fkshttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasouza","download_url":"https://codeload.github.com/kasouza/kshttp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasouza%2Fkshttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33295321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"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":["cpp","http-server"],"created_at":"2025-12-27T20:17:18.639Z","updated_at":"2026-05-21T09:07:53.418Z","avatar_url":"https://github.com/kasouza.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kshttp\n**K**asouza's **S**imple **HTTP** Server is a very very simple HTTP server. I've made it mostly because I was curious to see how hard it was to make an http sever in c/c++.\nIt was quite an interesting journey to learn a bit about socket programming. This isn't finished yet, I plan to add some features, make it a bit safer and add a cleaner API. Also make it compile to an actual library.\nIf you're curious, take a look at the code (All functions are documented in the header files, the docs are very ~~bad~~ good)!\n\n# Compiling and Running\nThis project will only work on linux right now (maybe Mac??).\nTo compile do the following:\n```\nmkdir build\ncd build\ncmake .. \u0026\u0026 cmake --build .\n```\n\nand run it by running the generated executable:\n\n`./kshttp`\n\nThe default program will listen to `localhost:8080` and respond with something AMAZING.\n\nThat's pretty much it by now.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasouza%2Fkshttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasouza%2Fkshttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasouza%2Fkshttp/lists"}