middlware for gprc
Opened this issue · 1 comments
joeblew99 commented
you mention in the readme that todo is instrumenting etc.
why no just use GRPC middleware ?
there are great wrapper here:
https://github.com/mwitkow
have a look . I think it will help you allot.
joeblew99 commented
also there are generators to gen above and belwo the stack.
above
https://github.com/improbable-eng/grpc-web
https://github.com/improbable-eng/ts-protoc-gen
- generators to typescript and also websockets
below
https://github.com/mwitkow/go-proto-validators
- gonna need these :)
i use a KV store under my grpc layer, and am planning to write basic CRUD stuff.
Cant find anything for this yet.
Am thinking that Minio and boltdb will be good.