High-Performance Microservices with @hazeljs/grpc
I recently added gRPC support to HazelJS — a TypeScript-first Node.js framework. The new @hazeljs/grpc package lets you build gRPC servers with a decorator-based API, full dependency injection, and the familiar module pattern. Why gRPC? Microservices need efficient, type-safe communication. gRPC...