Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

I totally agree that these new technologies are an improvement, and I have no desire to go back to SOAP/XML, I was just commenting on the statement:

  An rpc system with a schema and code generation is a must for internal services.
Which seemed to suggest that gRPC is somehow novel in this respect.


well I would guess the difference between soap and grpc is that soap was developed as a standard, while gRPC became one (or is becoming one).

Also the biggest difference is, that soap had like a trillion implementations which all worked kinda differently. code generation, etc.. GRPC somewhat does not have this problem because basically there is only one client implementation managed by google (now the cnf).

also in soap you basically built your server first, because writing a wsdl from scratch is like... akward. the idl of grpc is extremly simple to actually start without any implementation at all. and as a bonus it works way better if you need to add/change fields.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: