aksiksi / vaulty

A service that allows users to send email directly to a cloud storage service.
https://vaulty.net
4 stars 0 forks source link

Evaluate using TCP instead of HTTP for server #37

Closed aksiksi closed 4 years ago

aksiksi commented 4 years ago

Advantages:

  1. Lower overhead.
  2. Reducing compilation times (no need for warp).

Disadvantages:

  1. Potentially more complex code.
  2. Filter also needs to use TCP (?).
  3. Lose support for external services (e.g., Mailgun).