{"id":21871077,"url":"https://github.com/isaka-james/server","last_synced_at":"2026-01-24T23:31:18.932Z","repository":{"id":249195812,"uuid":"830734232","full_name":"isaka-james/server","owner":"isaka-james","description":"My Nerd HTTP/1.1 C++ web server made from scratch.","archived":false,"fork":false,"pushed_at":"2024-09-04T10:14:00.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T16:44:07.414Z","etag":null,"topics":["cpp","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/isaka-james.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-18T22:00:32.000Z","updated_at":"2024-11-15T17:50:03.000Z","dependencies_parsed_at":"2025-10-08T16:32:57.344Z","dependency_job_id":null,"html_url":"https://github.com/isaka-james/server","commit_stats":null,"previous_names":["isaka-james/server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isaka-james/server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaka-james","download_url":"https://codeload.github.com/isaka-james/server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaka-james%2Fserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28738997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cpp","server"],"created_at":"2024-11-28T06:13:21.953Z","updated_at":"2026-01-24T23:31:18.873Z","avatar_url":"https://github.com/isaka-james.png","language":"C++","readme":"# Isaka\\1.0 Server\n\n## Overview\n\n\u003cp\u003e\n  \u003cimg src=\"https://komarev.com/ghpvc/?username=isaka-http\u0026label=Isaka%20Server\u0026color=0e75b6\u0026style=flat\" alt=\"since 04 Sep,2024\" /\u003e\n\u003c/p\u003e\n\nThis project provides a basic server implementation that handles incoming connections and serves a simple HTML response. Currently, the server returns a \"Hello, World!\" message when accessed. Future versions will include additional features and enhancements.\n\n## Getting Started\n\nFollow these steps to get the server up and running:\n\n### Prerequisites\n\n1. **Operating System:** Ensure you are using a Unix-based operating system (e.g., Linux, macOS).\n2. **Development Tools:** Make sure you have the necessary build tools installed, such as `clang++` and `make`.\n\n### Installation\n\n1. **Clone the Repository**\n\n   Open a terminal and run the following command to clone the project repository:\n\n   ```bash\n   git clone https://github.com/isaka-james/server.git\n   ```\n\n2. **Navigate to the Project Directory**\n\n   Change to the project directory:\n\n   ```bash\n   cd server\n   ```\n\n### Building the Project\n\n1. **Compile the Source Code**\n\n   Use Makefile to compile the project. If a Makefile is provided, you can run:\n\n   ```bash\n   make\n   ```\n\n### Running the Server\n\n1. **Start the Server**\n\n   After successful compilation, run the server executable:\n\n   ```bash\n   ./server\n   ```\n\n   The server will start and listen on port 8080.\n   If you want to run the server on your custom port then just run `./server \u003cPORT NUMBER\u003e`\n\n2. **Access the Server**\n\n   Open a web browser or use a tool like `curl` to access the server:\n\n   ```bash\n   curl http://localhost:8080\n   ```\n\n   You should see the \"Hello, World!\" message displayed.\n\n### Stopping the Server\n\nTo stop the server, simply terminate the running process. This can usually be done by pressing `Ctrl + C` in the terminal where the server is running.\n\n## Future Enhancements\n\nThe server will be improved with additional features and functionalities in future updates. These may include:\n\n- Enhanced request handling\n- Improved performance and scalability\n- Advanced response types and content\n- Integration with additional services and protocols\n\nStay tuned for more updates and features!\n\n## Contributing\n\nIf you would like to contribute to the project, please follow these guidelines:\n\n1. Fork the repository and create a new branch for your changes.\n2. Make your modifications and test them thoroughly.\n3. Submit a pull request with a clear description of the changes.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Contact\n\nFor any questions or further information, please contact [Isaka James](https://x.com/isakajamess).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaka-james%2Fserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaka-james%2Fserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaka-james%2Fserver/lists"}