Guys, can I use the lib `grpc-kotlin` for web proj...
# grpc
j
Guys, can I use the lib
grpc-kotlin
for web projects?
j
No, it’s only a wrapper around
grpc-java
d
its doable -> you could potentially register JSON parser/printer with your server http message codecs so it can decode/encode JSON to grpc objects and vice versa I wouldn't recommend it though for anything other than some local testing