Tech Glossary

What is RPC?

RPC is a remote procedure call technique used to communicate between different programs on different computers. RPC uses a client-server architecture where the client calls a method located on the server. This allows different programs to communicate with each other regardless of their location. RPC is a very useful technique for creating a distributed system.