This repository has been archived by the owner on May 21, 2023. It is now read-only.
Replies: 2 comments
-
I think using any HTTP server framework is fine as long as it offers the features we need. But we should not expose any configuration which is specific to actix or hyper, such that we can easily change the framework in the future if we want to. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I second @maxammann comment. I've been thinking of adding TLS support, but I haven't had time to look into it. If doing it with Actix-Web is more trivial than hyper, then I'm fine with switching to Actix-Web. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hyper is a fairly low level http library. I think it might make sense to migrate to Actix-Web that supports more advanced functionality like TLS. Plus it seems Actix-Web has a bigger community and it is more active.
Beta Was this translation helpful? Give feedback.
All reactions