simple-http-server
simple-http-server copied to clipboard
Will you switch to a different web framework now that iron is no longer actively maintained?
Or is that too much work?
I can do it, but it should be compile on stable rust, any suggestion?
I think nickel compiles on stable. You could also use actix if you want something else.
I'd help, but i'm still reading the rust book :)
Edit: actix seems to have more features and be faster since it has support for async already, but idk if that's important.
There's a lot of benchmarks here: https://www.techempower.com/benchmarks/#section=data-r15&hw=ph&test=query
actix is great for me, I'll migrate to it.
Any update on this? :)
I'm looking forward to the migration to actix..
(I'm only getting 4kb/s over LAN with this version currently.)
Err… I am confused a bit. Mentioned actix and nickel are not servers (daemons), but frameworks.
I was suggesting to switch simple http server over to a maintained framework, iron is also a framework
Edit: title said server, i changed it to framework