Building a gRPC Service in Golang: Server Streaming RPC (Tutorial)

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии •

  • @STAP2011
    @STAP2011 2 года назад +1

    You have one of the best Go videos on RUclips!
    Thx you very match for this gold content)

  • @PhiHDN
    @PhiHDN 2 года назад +1

    thank you for this series, it's helpful as I am learning grpc. one off-topic question, where did you get gopher figurines? :)

    • @MarioCarrion
      @MarioCarrion  2 года назад +2

      Hello Phi, I bought them when I attended GopherCon 2018; nowadays they are a bit hard to find.

    • @PhiHDN
      @PhiHDN 2 года назад +1

      @@MarioCarrion right, I couldn't find them on any online store :( they look so cute!

  • @setydon7322
    @setydon7322 Год назад

    Cool video!
    I learn gRPC mostly by you. But source a little bit outdated. So it is even harder to learn - need debug. But at the end it feels great.

    • @setydon7322
      @setydon7322 Год назад

      It is nice example with UI, but it will be better if examples be as simple as possible

    • @MarioCarrion
      @MarioCarrion  Год назад +1

      I get your point but I also wanted to provide a complete "realistic" example, FooBar examples typically are way too simplistic, I think the approach I'm going to take for the future is to use a really basic example and then a much more complex one. Cheers!