Hacker News new | ask | show | jobs
by MichaelMoser123 1862 days ago
if anyone has been wondering: "SODEP (Simple Operation Data Exchange Protocol) is a binary protocol created and developed for Jolie".

So far i didn't find any indication that Jolie supports grpc; I think that it would be very helpful if the developers decide to support grpc as well.

https://docs.jolie-lang.org/v1.10.x/language-tools-and-stand...

1 comments

Jolie and SODEP predate grpc, so we don't have grpc just because we had no need for it (we already had a binary protocol with expressive interfaces).

It's definitely something we'll get around doing sooner or later though, since so many people use it, and we do care about interoperability. Contributions towards this would certainly be welcomed warmly.

PS: We support integration with Java, so you hack your way around this by using some Java code for grpc, but it doesn't feel "native" and require some boilerplate.