mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-03-09 03:33:05 -05:00
[PR #509] Add Static Web Server #1145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/awesome-foss/awesome-sysadmin/pull/509
State: closed
Merged: Yes
Thank you for taking the time to work on a PR for Awesome-Sysadmin!
To ensure your PR is dealt with swiftly please check the following:
DemoandClientsare optional.Do not add a duplicate
Source codelink if it is the same as the main link.Keep the short description under 80 characters and use sentence case
for it, even if the project's webpage or readme uses another capitalisation.
Demolinks should only be used for interactive demos, i.e. not video demonstrations.- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language`Languagetag is the main server-side requirement for the software. Don't include frameworks or specific dialects.Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb,
"Remove aaa from bbb" for removing, "Fix license for aaa", etc.
Please take some time to answer the following questions as best you can:
Regardless of being the author (I couldn't find SWS in this repo). Several users/organizations find Static Web Server (SWS) ideal to serve their static web content with ease while keeping high-performance and low-resource blueprints.
SWS users also benefit from its cross-platform nature to run SWS in bare-metal hardware, virtualized environments like Docker containers, or Webassembly.
The project is Free software written in Rust. It has received several contributions since 2019 and is actively maintained since then.
Basically, the SWS aim is to provide a web server to serve static content with a focus on high performance, security, and easy-to-use.
Yes, since 2019 as a freelancer on production too for hosting several personal/private websites.
But, as said early. Dozens of users are using it too to serve their websites for different purposes in other production environments.
It is applicable for both personal and professional setups.
SWS powers my several private/public personal projects in a Docker cluster environment. Which is my use.
However, there are several users using it in production. I list below just a few other production users.
Biggest pros/cons compared to other solutions?
Pros
Cons
Any other comments about your use case, things you've found excellent, limitations you've encountered... ?
As I said before. Despite being the author. We found SWS useful and I believe that more people in the community could benefit from it so that's why I wanted to share it here.
If you have any questions or comments please let me know.