Giter VIP home page Giter VIP logo

grpc-tutorial's Introduction

grpc-tutorial

Tutorial for building microservices with gRPC

grpc-tutorial's People

Contributors

vjpai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

kumarh1982

grpc-tutorial's Issues

Content for API Design

From @askcarter: "Consider adding a bit about 'best practices' for implementing our APIs this way. IE, mocking out responses, so that we always have something to test / work with. This works well for TDD or prototype driven development." as a response to #13

Consider discussing FlatBuffers

Many users are interested in FlatBuffers. gRPC only officially supports protos or raw bytes, but there have been community bindings for FlatBuffers. Consider using this in some course examples.

Investigate language choice for sample codelabs

  • Go

    • Pro: great learning tool, easy to install, seamless integration with other Google-based learning experiences (such as kubernetes class), easy to express concurrency
    • Con: Heavily used but not necessarily widely; many users are already experienced with principles of building microservices. No idiomatic way to express async RPCs.
  • Python

    • Pro: Seamless gRPC installation process, possibly the most widely used language in general
    • Con: Like other GIL-based languages, may be overly slow
  • Other choices?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.