@ddadaal/tsgrpc-common
v0.2.7
Published
Common utilities for tsgrpc server and client
Readme
server: A minimal gRPC Framework
npm install --save @ddadaal/tsgrpc-server @grpc/grpc-js- Strongly typed
- Plugin system with similar API to fastify (fastify plugin API)
- Use
module augmentationto provide type information to all plugins in the project
- Use
- Graceful shutdown with register-able on close hook
- Support streaming
- Allow writing
asyncfunction as handlers - Integrated with pino logger
