4 ms·
If the goal is B2B server-to-server I would recommend to look at gRPC+Protobuf as typing is enforced. Also incrementing your API while keeping the old one aroun
by terwey 6y ago
If the goal is B2B server-to-server I would recommend to look at gRPC+Protobuf as typing is enforced.
Also incrementing your API while keeping the old one around is relatively easy to do.