{"id":41957186,"url":"https://github.com/bohdaq/rust-web-server","last_synced_at":"2026-01-25T22:44:58.404Z","repository":{"id":53863677,"uuid":"453809867","full_name":"bohdaq/rust-web-server","owner":"bohdaq","description":"Static content web-server written in Rust","archived":false,"fork":false,"pushed_at":"2025-01-11T15:04:27.000Z","size":4503,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T18:25:14.197Z","etag":null,"topics":["http","rust","server"],"latest_commit_sha":null,"homepage":"https://rws8.tech","language":"Rust","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/bohdaq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE/LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-30T21:44:51.000Z","updated_at":"2025-01-11T15:20:56.000Z","dependencies_parsed_at":"2023-12-18T16:37:23.419Z","dependency_job_id":"4758643c-3f24-4562-b19c-486c0871a9a3","html_url":"https://github.com/bohdaq/rust-web-server","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/bohdaq/rust-web-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Frust-web-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Frust-web-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Frust-web-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Frust-web-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bohdaq","download_url":"https://codeload.github.com/bohdaq/rust-web-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Frust-web-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"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":["http","rust","server"],"created_at":"2026-01-25T22:44:57.629Z","updated_at":"2026-01-25T22:44:58.390Z","avatar_url":"https://github.com/bohdaq.png","language":"Rust","funding_links":["https://www.paypal.com/donate/?hosted_button_id=7J69SYZWSP6HJ"],"categories":[],"sub_categories":[],"readme":"# rws\n\n[rws](https://rws8.pp.ua/) — fast, reliable and secure webserver.\n\nFast. Compiled to native binary for maximum performance.\n\nReliable. Does not rely on garbage collector, no performance degradation.\n\nSecure. Provides read-only access to files, eliminating most of the attacks.\n\n## Download\nDownload binary from [Google Drive](https://drive.google.com/drive/folders/13iSR3VxmfFvZgOZ0LddP_EJp7GJ-lQd8?usp=share_link).\n\n\n## Installation\nOpen [INSTALL](INSTALL.md) for details.\n\n\n## Configuration\nOpen [CONFIGURE](CONFIGURE.md) for details.\n\n## Frequently Asked Questions\nOpen [FAQ](FAQ.md) for details.\n\n## Documentation\nOpen [documentation](src/README.md) for details.\n\n## Development\nOpen [DEVELOPER](DEVELOPER.md) for details.\n\n\n## Community\nUse GitHub [discussions](https://github.com/bohdaq/rust-web-server/discussions), [issues](https://github.com/bohdaq/rust-web-server/issues) and [pull requests](https://github.com/bohdaq/rust-web-server/pulls).\n\nThere is Rust Web Server [Discord](https://discord.gg/zaErjtr5Dm) where you can ask questions and share ideas.\n\nFollow the [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct).\n\n\n## Features\n1. [Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). Allowing resources to be used on other domains can be crucial for providing APIs and services. Knowing how cumberstone and difficult is the process to setup the CORS, server ships with CORS enabled to all requests by default.\n1. [HTTP Range Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests). Server supports requests for the part of the file, or several different parts of the file.\n1. [HTTP Client Hints](https://developer.mozilla.org/en-US/docs/Web/HTTP/Client_hints). Proactively asking client browser for suitable additional information about the system.\n1. [X-Content-Type-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options) set to nosniff, prevents from MIME type sniffing attacks.\n1. [X-Frame-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options). Site is not allowed to be embedded into iframe on other domains. \n1. [Symlinks](https://en.wikipedia.org/wiki/Symbolic_link). You can have symlinks in your folder and they will be resolved correctly.\n1. [Caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching#dealing_with_outdated_implementations) done right. It means no caching and therefore no outdated uncontrollable resources.\n1. Resolving .html files without .html in path. It means if you try to open /some-html-file it will open file some-html-file.html and won't show 404 not found error. Same applies for folders. If you try to open /folder it will open file folder/index.html \n1. Extensive logging. It means server prints the request-response pairs as they are so you can see all the details like request method, path, version and headers.\n1. No third party dependencies.\n\n## Donations\n[PayPal](https://www.paypal.com/donate/?hosted_button_id=7J69SYZWSP6HJ) page to send donations, so I can buy some whole plant food, or open vinyl pressing facility or spend my time snowboarding, whatever.\n\n## Links\n1. [Rust TLS Server](https://github.com/bohdaq/rust-tls-server)\n1. [http-to-https-letsencrypt](https://github.com/bohdaq/http-to-https-letsencrypt)\n1. [Rust Web Framework](https://github.com/bohdaq/rust-web-framework/)\n1. [crypto-ext](https://github.com/bohdaq/crypto-ext/)\n1. [file-ext](https://github.com/bohdaq/file-ext/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdaq%2Frust-web-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbohdaq%2Frust-web-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdaq%2Frust-web-server/lists"}