Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 689 Bytes

ROADMAP.md

File metadata and controls

42 lines (29 loc) · 689 Bytes

Roadmap

The following is a roughly ordered set of priorities for Quark.

Phase 1 (done)

  • WebSockets support
  • Slack example
  • Java, NodeJS, Python Twisted integration
  • Native doc generation

Phase 2 (done)

  • Python Threaded integration
  • RPC support
  • HelloRPC example

Phase 3 (done)

  • Resiliency patterns
    • timeouts
    • circuit breakers
    • load balancing

Phase 4 (done)

  • Ruby support

Phase 5 (planning)

  • Exceptions
  • Asynchronous RPC
  • Shared request context
  • Performance and scalability testing
  • High performance RPC example

Phase 6 and beyond

  • Go support
  • API checksum for version validation
  • Proxy integration