thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

Smol support? #164

Closed mocsy closed 3 years ago

mocsy commented 4 years ago

Thruster is able to use different http server backends. Is the same true for async runtimes? Does it work with smol instead of tokio?

trezm commented 4 years ago

I haven't tried this yet, but it does look like it would be possible to use smol with the provided HyperServer. Are you interested in giving it a try and reporting back? Otherwise it will likely be a week or so before I have a chance to get to this.