#52 Golang - Learn Protobuf in Go: From Setup to Real-World APIs

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

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

  • @Alexyslozada
    @Alexyslozada 4 месяца назад

    Thanks for make this video with this approach. I understood how to implement a browser client using protobuf.

    • @codeheim
      @codeheim  4 месяца назад

      Glad it was helpful!

  • @AnandKumar-dc2bf
    @AnandKumar-dc2bf 4 месяца назад +1

    u r providing great content on Golang. Thans a Lot !!!

  • @techzone-lk-zone3075
    @techzone-lk-zone3075 4 месяца назад +2

    Its better to use ,grpc with its own tcp server instead of using http net serves , + create a client and server and dial the rpc server from the client and use the functions to deal with grpc . or use postman or some client to deal with the grpc related requests .Nice content

    • @codeheim
      @codeheim  4 месяца назад

      Yes, I will get to that in a future video. Thanks!

    • @Alexyslozada
      @Alexyslozada 4 месяца назад +1

      I loved how @codeHeim make this video. I understood how the client could be a browser using protobuf binary data.

  • @valentinkaminskiy3826
    @valentinkaminskiy3826 17 дней назад

    add install script or instructions into readme
    fix error handling with tmp dir

  • @mofehintolumumuni6254
    @mofehintolumumuni6254 4 месяца назад

    This is not the proper way to implement grpc code

    • @codeheim
      @codeheim  4 месяца назад

      Yes, I will get to that in a future video. Thanks!