0.2.3
Very basic gRPC implementation for Deno
Repository
Current version released
4 years ago
/x/grpc_basic
You probably should wait for more mature and standard aligned implementation.
I couldn’t wait no more, so i made this.
goals - keep it simple
- load proto files
-
server
unary calls -
client
unary calls - errors
-
server
server streams -
client
server streams - context deadlines
- calls metadata
todo
- remove all deno/node compatibility (Buffer, stream.Transform, etc)
maybe goals
-
*.d.ts
client/service codegen - builtin retries
non goals - gRPC bloat
- no TLS
- no client streams
- no bidirectional streams
- no load balancers
- no interceptors (revisit this later)