Skip to main content

/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
  • logging

todo

  • remove all deno/node compatibility (Buffer, stream.Transform, etc)
  • acquire more knowledge about http2 frames

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)