0.2.5 • Published 6 months ago

@ddadaal/tsgrpc-common v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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 augmentation to provide type information to all plugins in the project
  • Graceful shutdown with register-able on close hook
  • Support streaming
  • Allow writing async function as handlers
  • Integrated with pino logger