grpc.io/content/docs/_index.md

12 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Overview
---
Welcome to the developer documentation for gRPC. Here you can learn about key gRPC concepts, find quick starts, reference material, and tutorials for all our supported languages, and more. If youre new to gRPC we recommend that you read [What is gRPC?](guides) to find out more about our system and how it works. Or if you want to see gRPC in action first, visit the [Quick Start](quickstart) for your favourite language.
<!-- generated using the shortcode at layouts/shortcodes/language-block.html -->
{{< language-block >}}
## gRPC by Use Cases
gRPC is used in last mile of computing in mobile and web client since it can generate libraries for iOS and Android and uses standards based HTTP/2 as transport allowing it to easily traverse proxies and firewalls. There is also work underway to develop a JS library for use in browsers. Beyond that, it is ideal as a microservices interconnect, not just because the core protocol is very efficient but also because the framework has pluggable authentication, load balancing, etc. Google itself is also transitioning to use it to connect microservices.