Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.01 KB

File metadata and controls

22 lines (15 loc) · 1.01 KB

Jitar Roadmap

This document describes the roadmap for Jitar. It is a living document and will be updated as new features are added or existing features are removed.

Please join our Discord community for feature requests.

Roadmap to v1.0

  • Optimize repository caching (update changed files only) #244
  • Development mode (auto-reload on save) #245
  • Production mode (combine and minify segment files) #246

Roadmap beyond v1.0

  • Add support for other RPC protocols (e.g. gRPC)
  • Test / add support for other JavaScript runtimes (Deno, Bun)
  • Provide a configurable Docker image
  • Monitoring (metrics)
  • Data type validation on RPC calls
  • Support for different load balancing strategies (e.g. weighted round-robin, least connections, ...)
  • (more to come ...)