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?
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.
Really nice explanation, well done 👏
@@maheshmagi619 thank you 🙌🏻
Awesome bro. You really explained well. You got two subscribers :)
@@XronTrix10 thank you so much 🙌🏻
This made by day in mentioning sub count 🥺:)
Can you share the notes as well?
yep, will share soon as a post.
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?
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.