On Friday, 12 February 2016 at 12:31:57 UTC, Guillaume Piolat
wrote:
1. Can vibe.d handle HTTPS connections?
2. Can vibe.d "rewrite" HTTP connections to HTTPS?
3. Can vibe.d be put behind a nginx reverse proxy?
4. Can vibe.d send mails?
1. Yes. Example:
https://github.com/rejectedsoftware/vibe.d/tree/master/examples/https_server
2. I'd do this with nginx. Example:
http://serverfault.com/a/337893
3. Yes.
4. Yes. Example:
https://github.com/rejectedsoftware/vibe.d/tree/master/examples/sendmail
Sorry if these questions are a bit basic, the implied subtext
is "and does it work well?".
Yes, also Sönke actively works one Vibe almost (if not) every
single day, so it's also exceptionally well maintained.