Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Lightning Talk: From REST to gRPC #13

Open
yuanxi1 opened this issue Feb 6, 2025 · 0 comments
Open

Lightning Talk: From REST to gRPC #13

yuanxi1 opened this issue Feb 6, 2025 · 0 comments

Comments

@yuanxi1
Copy link

yuanxi1 commented Feb 6, 2025

WIIFY

  1. It’s a powerful alternative to REST: If you’re working on high-performance distributed systems, gRPC can improve speed and efficiency.
  2. Many top companies use gRPC: Google, Uber, Netflix, Slack, Dropbox, and more. If you work on backend development or microservices, you'll likely encounter it.
  3. It helps in system de#terviews: API communication is a common topic, and knowing when to use gRPC vs REST gives you an edge.

Key Points

  1. gRPC is more powerful and performant than REST.
  2. gRPC leverages Http/2 and Protobuf to achieve it.
  3. gRPC is best for microservices, streaming, and high-performance systems.
  4. Learning gRPC will boost your career!

Impact

Encourage the audience to consider trying gRPC for the API of their next project.

Slides: https://docs.google.com/presentation/d/1RrzSipKKYRF1WKMB8RLzU9fnYFV2ux4v3ky7VoTC56s/edit?usp=sharing

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants