{"id":19194925,"url":"https://github.com/k5924/async-http-server-java","last_synced_at":"2025-02-23T04:35:19.801Z","repository":{"id":244599821,"uuid":"815713526","full_name":"k5924/async-http-server-java","owner":"k5924","description":"Building an async http server without a framework","archived":false,"fork":false,"pushed_at":"2024-06-16T00:38:48.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T08:31:30.316Z","etag":null,"topics":["asynchronous","asynchronous-server","asynchronousserversocketchannel","asynchronoussocketchannel","codecrafters","concurrent","http","nio","tcp"],"latest_commit_sha":null,"homepage":"","language":"Java","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/k5924.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-06-15T23:23:57.000Z","updated_at":"2024-06-22T23:00:30.000Z","dependencies_parsed_at":"2024-06-16T00:29:39.034Z","dependency_job_id":"00542a73-c627-4b95-ad68-fd2ce4a8cfca","html_url":"https://github.com/k5924/async-http-server-java","commit_stats":null,"previous_names":["k5924/codecrafters-http-server-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5924%2Fasync-http-server-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5924%2Fasync-http-server-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5924%2Fasync-http-server-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5924%2Fasync-http-server-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k5924","download_url":"https://codeload.github.com/k5924/async-http-server-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271526,"owners_count":19774859,"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":["asynchronous","asynchronous-server","asynchronousserversocketchannel","asynchronoussocketchannel","codecrafters","concurrent","http","nio","tcp"],"created_at":"2024-11-09T12:07:03.548Z","updated_at":"2025-02-23T04:35:19.743Z","avatar_url":"https://github.com/k5924.png","language":"Java","readme":"[![progress-banner](https://backend.codecrafters.io/progress/http-server/0a539366-d1e8-4d53-b82e-9050fe67c0f1)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Java solutions to the\n[\"Build Your Own HTTP server\" Challenge](https://app.codecrafters.io/courses/http-server/overview).\n\n[HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) is the\nprotocol that powers the web. In this challenge, you'll build a HTTP/1.1 server\nthat is capable of serving multiple clients.\n\nAlong the way you'll learn about TCP servers,\n[HTTP request syntax](https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html),\nand more.\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n# Passing the first stage\n\nThe entry point for your HTTP server implementation is in\n`src/main/java/Main.java`. Study and uncomment the relevant code, and push your\nchanges to pass the first stage:\n\n```sh\ngit add .\ngit commit -m \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nTime to move on to the next stage!\n\n# Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `java (21)` installed locally\n1. Run `./your_server.sh` to run your program, which is implemented in\n   `src/main/java/Main.java`.\n1. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk5924%2Fasync-http-server-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk5924%2Fasync-http-server-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk5924%2Fasync-http-server-java/lists"}