DEV Community

Cover image for gRPC - The New API to Build Microservices
Techtter
Techtter

Posted on

3 2

gRPC - The New API to Build Microservices

gRPC is the next generation modern API framework to build Microservices. This enables to build APIs different use case especislly Bi-directional streaming of data between applications. It's much better traditional RESTful framework in performance and efficiency.

gRPC uses Protocol Buffers as data exchange format which is much faster than JSON and light weight.

To know more about the gRPC, watch the video: https://youtu.be/TagQoZhMhG8

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay