v0.1.0
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.