{"id":14990799,"url":"https://github.com/ikskuh/zig-serve","last_synced_at":"2026-03-17T12:12:43.225Z","repository":{"id":50905668,"uuid":"426327765","full_name":"ikskuh/zig-serve","owner":"ikskuh","description":"Server implementations for several protocols in Zig. Includes http(s), gemini and gopher","archived":false,"fork":false,"pushed_at":"2022-09-08T08:41:52.000Z","size":1513,"stargazers_count":39,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T10:34:30.042Z","etag":null,"topics":["gemini","gemini-protocol","gemini-server","gopher","gopher-protocol","gopher-server","http","http-server","https-server","server","zig","zig-package","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/ikskuh.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}},"created_at":"2021-11-09T17:41:54.000Z","updated_at":"2025-07-11T16:18:15.000Z","dependencies_parsed_at":"2022-08-12T22:11:39.331Z","dependency_job_id":null,"html_url":"https://github.com/ikskuh/zig-serve","commit_stats":null,"previous_names":["ikskuh/zig-serve","masterq32/zig-serve"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ikskuh/zig-serve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-serve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-serve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-serve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-serve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikskuh","download_url":"https://codeload.github.com/ikskuh/zig-serve/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-serve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30623653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T11:26:08.186Z","status":"ssl_error","status_checked_at":"2026-03-17T11:24:37.311Z","response_time":56,"last_error":"SSL_read: 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":["gemini","gemini-protocol","gemini-server","gopher","gopher-protocol","gopher-server","http","http-server","https-server","server","zig","zig-package","ziglang"],"created_at":"2024-09-24T14:20:52.599Z","updated_at":"2026-03-17T12:12:43.205Z","avatar_url":"https://github.com/ikskuh.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zig-serve\n\n![project logo](design/logo.png)\n\nA implementation of several network protocols for Zig:\n\n- HTTP 1.1\n- Gemini\n- Gopher\n- Finger\n\n## Disclaimer\n\n**DO NOT USE THESE SERVER IMPLEMENTATIONS IN PRODUCTION!**\n\nThey are very much work-in-progress without any warranty of function or correctness. Don't even think about security right now!\n\n## Status\n\n| Protocol | Status          |\n| -------- | --------------- |\n| Finger   | ⏸ Not started   |\n| Gopher   | 🧪 Experimental |\n| Gemini   | 🧪 Experimental |\n| HTTP(S)  | 🧪 Experimental |\n\n_Experimental_ means that there is basic support for the protocol, but no spec compliance has been proven yet.\n\n## Development / Tasks\n\n### Create a new self-signed SSL certificate\n\n```sh-console\nopenssl req -new -x509 -config examples/data/cert-config.cfg -nodes -newkey rsa:2048 -keyout examples/data/key.pem -out examples/data/cert.pem -days 36500\n```\n\n### RFCs \u0026 Specs\n\n- [RFC1945](https://datatracker.ietf.org/doc/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0\n- [RFC2616](https://datatracker.ietf.org/doc/html/rfc2616) - Hypertext Transfer Protocol -- HTTP/1.1\n- [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content\n- [RFC1436](https://datatracker.ietf.org/doc/html/rfc1436) - The Internet Gopher Protocol (a distributed document search and retrieval protocol)\n- [Project Gemini](https://gemini.circumlunar.space/docs/specification.gmi) - Speculative specification\n- [RFC1288](https://datatracker.ietf.org/doc/html/rfc1288) - The Finger User Information Protocol\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fzig-serve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikskuh%2Fzig-serve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fzig-serve/lists"}