Show HN: Rewrite of the NPM HTTP-server package in Rust
1 point by apatheticonion 3 months ago | 0 commentsThe http-server package on npm is extremely helpful but due to the inability to add custom headers, spa support and the desire to have a single statically linked binary independent of the installed Nodejs version, I decided to play around with rewriting the project in Rust and I wanted to share that with the community.
Thanks for checking it out!