0.1.0 • Published 4 years ago

ayyo v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Ayyo

Work in Progress

Features

  • HTTP2 TLS Only
  • HTTP -> HTTPS redirect
  • Async Routing
    • Nested Routing
  • Static Directory Serving
  • CORS
  • Json Web Token Support
    • Revoked Tokens
  • OpenAPI documentation generation
    • Request validation
    • Response validation
    • Defaults
  • Rate limiting
  • Builtin (opt-in) metrics
  • Server Side Events
  • Compression
    • Deflate
    • Gzip
    • Brotli
    • Compress streams (static middleware)
    • Compress generated responses
  • Automatic Self Signed SSL/TLS
  • Caching
    • Default Caching
    • Real Caching
  • Create new metadata middleware (from existing Server._endStream)

Notes