Skip to main content

deno-grpc

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

maybe goals

  • calls metadata
  • builtin retries

non goals - gRPC bloat

  • codegen (there is already better tools anyway)
  • no TLS
  • no client streams
  • no bidirectional streams
  • no load balancers
  • no interceptors (revisit this later)