PostgREST is a Haskell server that auto-generates a REST API from a PostgreSQL database by pushing JSON serialization, validation, and authorization into SQL, achieving subsecond responses at 2000 req/sec.
SimpleX Chat implements a unique messaging protocol without user identifiers, using one-time invitation links and pairwise addresses with relay servers and client-side encryption.