Best of gRPCJanuary 2022

  1. 1
    Article
    Avatar of gcgitconnected·4y

    REST and the future of APIs

    REST is still solid, no matter what anyone says, but it is definitely geared toward browser-based clients. If you use pretty much any non-REST solution you will either lose some valuable functionality that comes built-in to web browsers or will need to write a ton of JavaScript code. GraphQL is definitely a generally popular choice and makes a lot of sense if you’re primarily dealing with the rendering of data relations.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·4y

    Build simple gRPC server with Go. What is grpc

    Build simple gRPC server with Go Anar. GRPC is an open source and high performance RPC framework developed by Google. From version 9.3.3 Postman support gR PC API. In the next part we use livescore’s API to test our service.