{"id":18507712,"url":"https://github.com/thejokr/fastcgi-server","last_synced_at":"2025-04-09T03:31:25.804Z","repository":{"id":163730842,"uuid":"639156402","full_name":"TheJokr/fastcgi-server","owner":"TheJokr","description":"Really FastCGI servers in Rust","archived":false,"fork":false,"pushed_at":"2025-01-26T09:38:58.000Z","size":281,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:37:19.264Z","etag":null,"topics":["backend","fastcgi","protocol","rust-library","web-server"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheJokr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2023-05-10T22:06:22.000Z","updated_at":"2025-02-11T14:15:10.000Z","dependencies_parsed_at":"2023-07-03T04:31:10.352Z","dependency_job_id":"4e31da62-3c36-4a5c-898c-4e479866c6ad","html_url":"https://github.com/TheJokr/fastcgi-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheJokr%2Ffastcgi-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheJokr%2Ffastcgi-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheJokr%2Ffastcgi-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheJokr%2Ffastcgi-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheJokr","download_url":"https://codeload.github.com/TheJokr/fastcgi-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973593,"owners_count":21026699,"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":["backend","fastcgi","protocol","rust-library","web-server"],"created_at":"2024-11-06T15:12:14.337Z","updated_at":"2025-04-09T03:31:25.798Z","avatar_url":"https://github.com/TheJokr.png","language":"Rust","readme":"# fastcgi-server\n[![CI Status](https://github.com/TheJokr/fastcgi-server/actions/workflows/ci.yml/badge.svg)](https://github.com/TheJokr/fastcgi-server/actions/workflows/ci.yml)\n[![Crate MSRV](https://img.shields.io/badge/msrv-1.66-blue)](Cargo.toml)\n[![License](https://img.shields.io/badge/license-Apache--2.0%2FMIT-informational)](#license)\n\nA safe Rust implementation of FastCGI on the server (aka handler/upstream) side.\nThe library focuses on generality and performance, avoiding allocations and data\ncopies where possible. It exposes both an easy-to-use high-level request/response\ninterface as well as lower-level FastCGI primitives for customized operations.\n\n## Alternative FastCGI crates\n| Name | Differences | Concurrency | License |\n| ---- | ----------- | ----------- | ------- |\n| [fastcgi](https://crates.io/crates/fastcgi) | Server, allocation-heavy, no tests | Threaded | MIT |\n| [gfcgi](https://crates.io/crates/gfcgi) | Server, incomplete, officially abandoned | Threaded | MIT |\n| [outer_cgi](https://crates.io/crates/outer_cgi) | Hybrid CGI/FastCGI server, `unsafe`-heavy, no tests | Threaded | zlib |\n| [tokio-fastcgi](https://crates.io/crates/tokio-fastcgi) | Server, requires `tokio`, supports multiplexing, fully buffers input streams, limited testing | Async | Apache 2.0 |\n| [fastcgi-client](https://crates.io/crates/fastcgi-client) | Client, requires `tokio`, limited testing | Async | Apache 2.0 |\n| [async-fcgi](https://crates.io/crates/async-fcgi) | Purpose-built webserver client, requires `tokio` | Async | AGPL 3.0 |\n\n## License\nfastcgi-server is licensed under either the [Apache License (Version 2.0)](LICENSE-APACHE)\nor the [MIT License](LICENSE-MIT) at your option.\n\n## Contributing\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejokr%2Ffastcgi-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthejokr%2Ffastcgi-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejokr%2Ffastcgi-server/lists"}