Join Slack
Powered by
Guys, can I use the lib `grpc-kotlin` for web proj...
# grpc
j
Júlio Santos
05/12/2022, 1:12 AM
Guys, can I use the lib
grpc-kotlin
for web projects?
j
Johann Pardanaud
05/12/2022, 6:41 AM
No, it’s only a wrapper around
grpc-java
d
Dariusz Kuc
05/12/2022, 2:36 PM
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
24
Views
Open in Slack
Next