Skip to content

v0.1.0

Compare
Choose a tag to compare
@actatum actatum released this 01 Jul 03:39
· 30 commits to main since this release
11a4071

Initial Release of StormRPC!

StormRPC is an abstraction or wrapper on NATS.io Request/Reply messaging capabilities. StormRPC launches with these capabalities:

  • Create servers and clients.
  • Add Middleware to servers HandlerFunc's
  • Built in Middleware for RequestID's, OpenTelemetry Tracing, Logging via Uber's Zap, and panic recovery
  • Code Generation from protobuf service definitions.