What is RPC?

preview_player
Показать описание
In this video, I wanted to give you a better understanding of why do we need APIs and how does an RPC (Remote Procedure Call) work by giving a simple example.

The service used is:

If this was helpful and you want to support me create more videos like this one, please consider subscribing.

--

⭐️ Video contents ⭐️

⌨️ 00:00 - Introduction
⌨️ 01:27 - Local function call in JavaScript
⌨️ 03:08 - Why do we need APIs?
⌨️ 04:10 - What is RPC?
⌨️ 04:58 - Remote function call
⌨️ 07:28 - Conclusion

--

⭐️ 🎓 The complete guide to Postman (online course) ⭐️

Want to learn more about Postman? Check my Postman online course.

Get it at a special price and help support this YouTube channel:

--

⭐️ 💬 I have a question. ⭐️

I do my best to answer all comments here on YouTube but I cannot make any guarantees.

If you have a question, it is best to ask your question on Discord, on the Postman User Group on Facebook, or on the Postman Community (links below).

If you are asking a question, make sure to include as many details as possible, including screenshots.

If you have purchased the Postman online course, please use the Q&A section or send me a message directly.

Please do not email me or contact me on other channels as I might not be able to answer. Sorry!

--

⭐️ 💡 I have a video idea ⭐️

Do you want me to create a video on a specific topic? Just fill out the form below:

--

⭐️ 📺 Learn Postman on YouTube ⭐️

Collection of video tutorials:

___

⭐️ 📕 Free resources ⭐️

📌 DOWNLOAD the FREE Postman Quick Reference Guide

📌 Ask a question on Discord (unofficial)

📌 Join the Postman User Group on Facebook (unofficial)

📌 Postman community forum (official)

--

⭐️ 📩 Contact & Imprint ⭐️

👉 Let's be friends

👉 Follow me on Twitter:

👉 Follow me on Medium:

👉 Follow me on Facebook:

👉 Let's connect on LinkedIn:

Рекомендации по теме
Комментарии
Автор

👉 Want to learn more about Postman? Check my complete Postman online course.

vdespa
Автор

Nice explanation by the way. So What is the difference between API and RPC ?

emmanuelsahrsewah
Автор

It seems similar like REST, if we write our calculation functions/actions in another server with REST architecture and then we'll get endpoints to call and get the result.
Then why we need RPC?
Thanks!

ashique
Автор

I'm really glad that I found your course on Udemy. Your way how to explain API is remarkable :)

vovaka
Автор

What a clear explanation! I like your presentation which used database API as a comparison. That makes RPC API concept clear.

decrypt-ranger
Автор

Wow thanks for making this video, it really solidified my understanding of RPC!

victoria.mckinney
Автор

What about if the function is in our computer, but not in the same program? I mean, yeah we could use a shared library in the case of desktop programs but, what about if it's a Chrome extension trying to communicate with a binary host running on the same computer. What type of connection would they use for the fastest communication?

pandasoli
Автор

amazingly delivered lecture. thank you.

puvididdle
Автор

Misleading title, It should be what is an API. You haven't explained RPC.

atulram
Автор

So this video explains what an API is very generally, but says nothing about RPC specifically and how it might differ from the better known REST API, for example. Unfortunately that means I learned nothing from this video. It is very well explained and you do a good job, but a more appropriate title would've saved me this time.

danielriggs
Автор

Can we say that RPC is equivalent to DelegateCall in Solidity (Run Code or logic of another contract but use the storage of the calling contract) ?

qazawatzirak
Автор

5:15 Those are arguments, not parameters.

TonyTigerTonyTiger
Автор

Very good explanation here! I've listened to many other videos, and they did not break it down like this.

ronaldcoley
Автор

Very clear and informative. Thank you.

denjua
Автор

explained very good, thanks for sharing

disneywali
Автор

nice explanation @vdespa,
this video suggested by BITS Faculty in live class

ADARSHSHARMA-fg
Автор

...and it's a protocol and it uses port 135, thank you.

fcortesjp
Автор

Thanks for this video!
Do u have any video that shows how to test gRPC in Postman?

onp
Автор

Does this mean an API request is just a type of RPC?

YeloPartyHat
Автор

I don't know why you using .then and .catch when you working with async/await bad practice

shilashm