Hacker News new | ask | show | jobs
by RideAndWave 1734 days ago
gRPC is quite counter-ergonomic with its own set of issues when trying to map a business domain to actual solutions.

protoforce.io has better modeling and implementation design, supports also 2-way communication, while remaining sane to read and debug.

/disclaimer: one of the authors

1 comments

Does protoforce have sum types / tagged unions?

And is it open source? (apparently not, and is only free for non-commercial uses)

Kinda hard to compete when grpc and cap'n'proto are fully FOSS