Compare commits
2 commits
cd661a88c5
...
a0b37387eb
Author | SHA1 | Date | |
---|---|---|---|
a0b37387eb | |||
d5aee76221 |
1 changed files with 0 additions and 16 deletions
16
README.html
16
README.html
|
@ -1,16 +0,0 @@
|
||||||
<h2>herb</h2>
|
|
||||||
<p>T(h)e hackabl(e) web se(r)ver (b)inary (Formerly the web server yer mom uses.)</p>
|
|
||||||
|
|
||||||
<h2>In all seriousness!</h2>
|
|
||||||
<p>This was a little fun experiment for me to mess around with Rust but at this point it has turned into a hobby server that I whittle away at.</p>
|
|
||||||
|
|
||||||
<p>At this point, if it's put behind a reverse proxy like HAProxy or nginx, it could actually be used as a small web server.</p>
|
|
||||||
|
|
||||||
<h2>To-do list</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Custom error pages</li>
|
|
||||||
<li>Make it user configurable</li>
|
|
||||||
<li>Properly generate headers</li>
|
|
||||||
<li>Image thumbnailing/compression</li>
|
|
||||||
<li>Compressing big files</li>
|
|
||||||
</ul>
|
|
Loading…
Reference in a new issue