Y
Hacker News
new
|
ask
|
show
|
jobs
by
cogman10
1917 days ago
What popular languages aren't supported by GRPC?
1 comments
meowzero
1917 days ago
Scala, Swift, Rust, C, etc. I guess with Scala you can probably use the Java one. But they have one for Kotlin...
link
chills
1917 days ago
Scala has several (approximately one per effect library):
https://scalapb.github.io/docs/grpc/
link
meowzero
1917 days ago
That's actually cool. It's been a while since I worked on GRPC with Scala. Back then we only had that thin wrapper around Java.
link
LawnGnome
1917 days ago
Rust has tonic, which I've used to good effect as both as a client and server.
link
onei
1917 days ago
I'll second that. Using prost directly was a little rough, but with tonic on top it's been a dream
link
sshb
1917 days ago
Swift is at least supported via Objective-C, and swift-grpc looks solid
https://github.com/grpc/grpc-swift
link