What is gRPC and Why is it TAKING OVER?

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 8

  • @maheshmagi619
    @maheshmagi619 15 วันที่ผ่านมา +1

    Really nice explanation, well done 👏

  • @XronTrix10
    @XronTrix10 15 วันที่ผ่านมา +1

    Awesome bro. You really explained well. You got two subscribers :)

    • @SWE-with-VivekBharatha
      @SWE-with-VivekBharatha  15 วันที่ผ่านมา

      @@XronTrix10 thank you so much 🙌🏻
      This made by day in mentioning sub count 🥺:)

  • @abdulshaikz
    @abdulshaikz 13 วันที่ผ่านมา +1

    Can you share the notes as well?

  • @shadowgamingultimate4159
    @shadowgamingultimate4159 6 วันที่ผ่านมา

    So in node.js server it just call automatically as soon as server started. So the API call is not required to write in postman to calling this function?

    • @SWE-with-VivekBharatha
      @SWE-with-VivekBharatha  5 วันที่ผ่านมา +1

      In this video, we demonstrate how gRPC functions are invoked.
      These functions can be triggered in various ways, such as from a REST API on the frontend, which communicates with a microservice. From there, gRPC can be used for all inter-service communication.
      Additionally, gRPC can be triggered by cron jobs or other background processes, depending on the specific business domain and use case.