{"id":18187823,"url":"https://github.com/0bvim/webserv","last_synced_at":"2025-04-02T03:31:26.896Z","repository":{"id":244263877,"uuid":"814730476","full_name":"0bvim/webserv","owner":"0bvim","description":"This is when you finally understand why a URL starts with HTTP","archived":false,"fork":false,"pushed_at":"2024-11-17T12:43:25.000Z","size":3709,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T08:11:32.820Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/0bvim.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}},"created_at":"2024-06-13T15:29:21.000Z","updated_at":"2024-11-17T12:43:28.000Z","dependencies_parsed_at":"2024-06-13T18:42:14.619Z","dependency_job_id":"9e292bba-e836-424f-99d5-ed3c9d17f099","html_url":"https://github.com/0bvim/webserv","commit_stats":{"total_commits":138,"total_committers":13,"mean_commits":"10.615384615384615","dds":0.4565217391304348,"last_synced_commit":"8f2bacce200e440996551dea8832b81f85fe182f"},"previous_names":["0bvim/webserv"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0bvim%2Fwebserv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0bvim%2Fwebserv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0bvim%2Fwebserv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0bvim%2Fwebserv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0bvim","download_url":"https://codeload.github.com/0bvim/webserv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246750844,"owners_count":20827790,"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-03T02:03:26.849Z","updated_at":"2025-04-02T03:31:24.143Z","avatar_url":"https://github.com/0bvim.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webserv\nThis is when you finally understand why a URL starts with HTTP\n\n\n```mermaid\nflowchart TD\n    A[Introduction to HTTP] --\u003e B[Overview of HTTP server]\n    B --\u003e C[Primary function of a web server]\n    C --\u003e D[Request/Response model]\n    D --\u003e E[Role of client and server]\n    \n    A1[General rules] --\u003e F[Program Stability]\n    F --\u003e G[No crashing or unexpected quit]\n    F --\u003e H[Makefile structure]\n    F --\u003e I[Use C++ 98 standard]\n    F --\u003e J[Forbidden libraries]\n    \n    A2[Mandatory Part] --\u003e K[Program name: webserv]\n    K --\u003e L[HTTP server in C++ 98]\n    L --\u003e M[Command to run: ./webserv config_file]\n    L --\u003e N[Requirements]\n    N --\u003e O[Non-blocking I/O using poll or equivalent]\n    N --\u003e P[Configuration file handling]\n    N --\u003e Q[GET, POST, DELETE methods support]\n    N --\u003e R[Serve static content]\n    N --\u003e S[Handle file uploads]\n    N --\u003e T[Multiple ports support]\n    \n    A3[For MacOS only] --\u003e U[Use of fcntl]\n    \n    A4[Configuration File] --\u003e V[Define server host and port]\n    V --\u003e W[Set up server_names]\n    W --\u003e X[Configure routes for files]\n    X --\u003e Y[Enable CGI execution]\n    X --\u003e Z[Handle uploads and directory listing]\n    \n    A5[Bonus Part] --\u003e AA[Support cookies and session management]\n    AA --\u003e AB[Handle multiple CGI scripts]\n\n    A6[Submission and Peer Evaluation] --\u003e AC[Submit via Git repository]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0bvim%2Fwebserv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0bvim%2Fwebserv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0bvim%2Fwebserv/lists"}