{"id":19300860,"url":"https://github.com/ivanprogramming/http-server","last_synced_at":"2025-02-24T01:27:48.820Z","repository":{"id":174053975,"uuid":"646970208","full_name":"IvanProgramming/http-server","owner":"IvanProgramming","description":"C++ HTTP Server from scratch made as my University Course Project","archived":false,"fork":false,"pushed_at":"2023-06-13T13:29:07.000Z","size":280,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T22:44:00.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":false,"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/IvanProgramming.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":"2023-05-29T19:07:27.000Z","updated_at":"2023-06-01T12:48:57.000Z","dependencies_parsed_at":"2023-07-22T07:45:09.459Z","dependency_job_id":null,"html_url":"https://github.com/IvanProgramming/http-server","commit_stats":null,"previous_names":["ivanprogramming/http-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fhttp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fhttp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fhttp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fhttp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanProgramming","download_url":"https://codeload.github.com/IvanProgramming/http-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240402653,"owners_count":19795777,"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":[],"created_at":"2024-11-09T23:16:01.201Z","updated_at":"2025-02-24T01:27:48.806Z","avatar_url":"https://github.com/IvanProgramming.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Lines of code](https://img.shields.io/tokei/lines/github/ivanprogramming/http-server)\n\n# Async HTTP Server\n\nThis repository contains an implementation of an async HTTP server that serves files from the current directory. The server is built using CMake and includes testing using `doctest.h`.\n\n## Usage\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/IvanProgramming/http-server.git\n   ```\n\n2. Build the server using CMake:\n\n   ```\n   cd http-server\n   cmake .\n   make\n   ```\n\n3. Run the server:\n\n   ```\n   ./HttpServer\n   ```\n\n   The server will start listening on the default port 8080.\n\n4. Open a web browser and enter `http://localhost:8080` to access the server. The server will serve files from the current directory.\n\n## Testing\n\nThe server includes testing using `doctest.h`, a C++ testing framework. To run the tests, follow these steps:\n\n1. Build the server as described in the previous section.\n\n2. Run the tests:\n\n   ```\n   ./HttpServerTests\n   ```\n\n   The tests will be executed, and the results will be displayed in the console.\n\n## Contributing\n\nContributions to this project are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository](https://github.com/IvanProgramming/http-server). Make sure to follow the existing coding style and include appropriate tests for your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanprogramming%2Fhttp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanprogramming%2Fhttp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanprogramming%2Fhttp-server/lists"}