{"id":16411060,"url":"https://github.com/abdelkarimhajji/web-server","last_synced_at":"2025-10-06T00:33:53.257Z","repository":{"id":222367992,"uuid":"756355941","full_name":"abdelkarimhajji/web-server","owner":"abdelkarimhajji","description":"🌐 The 42 Network WebServ project teaches students how to make a web server. They learn about how the internet works and how to handle requests from users. By building their own server, they learn valuable skills for creating websites. #LearnToCode #WebDev 🔧","archived":false,"fork":false,"pushed_at":"2024-04-01T02:55:49.000Z","size":13076,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T16:43:25.927Z","etag":null,"topics":["1337cursus","1337school","42projects","http-server","webserver"],"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/abdelkarimhajji.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-02-12T14:05:03.000Z","updated_at":"2024-12-22T11:34:54.000Z","dependencies_parsed_at":"2024-02-19T19:45:48.033Z","dependency_job_id":"e8d870ea-883a-44c3-a14f-9e67982207dc","html_url":"https://github.com/abdelkarimhajji/web-server","commit_stats":null,"previous_names":["abdelkarimhajji/web-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdelkarimhajji/web-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelkarimhajji%2Fweb-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelkarimhajji%2Fweb-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelkarimhajji%2Fweb-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelkarimhajji%2Fweb-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdelkarimhajji","download_url":"https://codeload.github.com/abdelkarimhajji/web-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelkarimhajji%2Fweb-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542653,"owners_count":26004060,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["1337cursus","1337school","42projects","http-server","webserver"],"created_at":"2024-10-11T06:44:27.620Z","updated_at":"2025-10-06T00:33:53.228Z","avatar_url":"https://github.com/abdelkarimhajji.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"The server part :\n    1- create a socket\n    2- bind the socket : associate a socket with a specific local address and port\n    3- put the socket in the listening state\n    4- starting from this point, i keep monitoring -using select- select() works by blocking until something happens on a file descriptor (aka a socket)\n    5- if some fd is ready for reading, the function -accept- return a new fd that will be used for communication, leaving the original free to accept other incoming connections","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelkarimhajji%2Fweb-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdelkarimhajji%2Fweb-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelkarimhajji%2Fweb-server/lists"}