h3rald / nimhttpd

A tiny static file web server written in Nim
https://h3rald.com/nimhttpd
MIT License
81 stars 12 forks source link

IPv6 support & partial rework #10

Closed unquietwiki closed 2 years ago

unquietwiki commented 2 years ago

Hey there! Was looking for a micro web server for files, and found this. It didn't support IPv6, so after some work I was able to make that happen. Also was able to simplify the code some.

h3rald commented 2 years ago

Oh wow, thanks!

Yep, everything checks out!😊👍

Merging, thanks again. Will release soon.

unquietwiki commented 2 years ago

No problem! This was also my first real Nim contribution: been sitting on doing this kind of code for two years now, and this was an opportunity to solve an issue.