Giter VIP home page Giter VIP logo

Comments (3)

hsluoyz avatar hsluoyz commented on July 28, 2024

Hi @winwisely99 , I'm interesting in gRPC. But AFAIK, serving gRPC requires a server-side endpoint too. So what's the best practice to serve both REST (port 80/443) and gRPC (and what port we should use?)? Just add main_grpc.go beside main.go and let it serve gRPC port?

from mouselog.

winwisely99 avatar winwisely99 commented on July 28, 2024

The answer:

Use GRPC gateway if you want to expose GRPC to Web browsers. Its exposed them as REST.
https://github.com/grpc-ecosystem/grpc-gateway

Use pure GRPC to expose GRPC to non web browsers ( mobiles, desktops, other servers).


Background data:

REST / SWAGGER are not aligned with GRPC.

Gnostic ( https://github.com/googleapis/gnostic) is another way also. You can model your objects using open OpenAPI and then it will compile them to Protobufs.

Too many ways to do things i know. I find GRPC and GRPC Gateway are the best approach as it has a long support history. REST is only useful for basic things i find and has poor perf IMHO.

Let me knwo if this info helps you.

from mouselog.

hsluoyz avatar hsluoyz commented on July 28, 2024

I think we can put the upload-trace API into gRPC, because it's most frequently used. Can you make a PR about it?

from mouselog.

Related Issues (4)

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.