I'm currently using and experimenting with a really fantastic little http server called thttpd (Arch Linux provides it as sthttpd) which is a very small static build (I think around 100k) by a guy called Jef Poskanzer. EDIT: Actually the Arch Linux provided version I'm using is dynamic build, but small anyway).
Unfortunately, for reasons unknown, developers of anything tend to attract unwanted threats (usually legal), and other over-the-top unbelievably childish attacks, insinuations, and insults - sometimes from the jealous and sometimes from... well I don't know what is wrong with these people. Problem is, despite the irrelevance of such, sometimes verging on violent attacks, they are ugly and painful to defend against or ignore. Certainly, it is no surprise that some developers simply throw the hat in and stop developing anything for others altogether, but since that is often exactly what the attacker wants it is certainly a pity when the developer gives up and the project vanishes or loses the core of its support. Jef provides an example of one example of the complete crap he had to put up with in the below link. He called it "Attack of the Repo Men":
https://acme.com/software/thttpd/repo.html
Countering the false information can work sometimes, but not if the attacker has intentions that are nothing to do with establishing any truth. Ignoring sometimes works, but that means allowing false information to stand. Telling them to shove their jealous or crap comments up there... works against a few gang-supported bully-boy-types of attackers who aren't expecting any attack back, but only encourages those who are purposively looking for further trouble anyway, and one against several is more than unfair anyway.
No easy answer. Fact is though, tribal behaviour that seeks to divide and frighten off imagined competition will inevitably surface, and is well-known in a generally very open, loosely moderated forum such as this one, or anywhere that developers contact information can be discovered and used by the aggressive, jealous, or insecure tribe-oriented non-collaborative-type of individuals. I suppose they imagine they are protecting their 'Castle'...
Such 'flame war' behaviour is unfortunately an infamous nature of open source development environment more generally. Jealousy, rather than downright nastiness, appears to me to be the root cause of most of it (personally I've long noticed I get attacked most often when something new I'm developing is proving successful), but the result is, unfortunately, that sometimes a project that was found useful by others comes to an end because only a masochist would be interested in building apps (or whatever) for the free use of others when they also have to put up with such rubbish.
Anyway, thttpd remains a great little piece of software and I am very impressed with it. No doubt it made some poor souls envious, but I hope their behaviour and gang supporters didn't make life too unpleasant for Jef, though I'm sure he didn't enjoy the ridiculous aggressive conversations he felt obliged to answer. I really don't know if Jef Poskanzer eventually gave up developing thttpd for such reasons, but, despite being threatened with lawyers and so on by some idiots in the the above linked thread, the license for the BSD-style software he produces makes its conditions of use almost entirely unrestrictive, but with a very clear disclaimer per the extract below:
ACME Labs is transitioning to a simplified version of our license. Here's the old version:
Copyright (C) 2000 by Jef Poskanzer <jef@mail.acme.com>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
And here's the new version:
Copyright (C) 2022 by Jef Poskanzer <jef@mail.acme.com>.
All rights reserved.
You may use this software however you like as long as you keep my
name on it and don't sue me.
These two versions should be interpreted as substantially the same.
So what does the legalese mean? This is a modified version of the BSD license. You may be more familiar with the Gnu Public License, since it gets a lot of press. Well, forget about that. The BSD license is very different. While the Gnu license puts all sorts of restrictions on what you can do with the software, BSD-style licenses say "Hey, do what you like, we don't care. Just let people know we wrote it, and don't sue us." That's really all there is to it.