While writing microservices you have to make a choice, REST or gRPC (https://grpc.io). While REST has been the norm for writing microservices for quite some time, gRPC is replacing it. But what if one wants their services to be available as both a REST and a gRPC service. In this session, I will show you how you can realize this. In addition to this, I will also show how you document your REST APIs.
Participants can have a look at https://grpc.io to know what gRPC is.
No resources are required.
Expected outcome - Attendees will have an idea about what gRPC is and how to write gRPC and REST services from a single codebase.