Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.16 KB

PRINCIPLES.md

File metadata and controls

59 lines (39 loc) · 2.16 KB

Aqueduct design principles

TODO further elaboration

  1. Tractable primitives over automagic black boxes.
  2. Clear, language-agnostic protocol specification.
  3. Exploit the strengths of async Rust.
  4. Exploit the strengths of QUIC.
  5. Support stateful logic.
  6. Make application logic composable and localized.
  7. Facilitate low-latency designs.
  8. Facilitate secure designs.
  9. Facilitate fault-tolerant designs.