Remote Procedure Call (RPC)
Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.
Here are 198 public repositories matching this topic...
RpcView is a free tool to explore and decompile Microsoft RPC interfaces
-
Updated
Oct 26, 2021 - C++
An RPC library for C++
-
Updated
Mar 14, 2020 - C++
An API for Minesweeper for Microsoft 2000/NT 4.0
-
Updated
Jul 16, 2022 - C++
A C++ RPC Framework with Google's Protobuf Serialization and wangle framework
-
Updated
Sep 2, 2019 - C++
-
Updated
May 4, 2020 - C++
Client Server group project for CPSC 5042 Operating Systems. Phuc To, Narissa Tsuboi.
-
Updated
Mar 14, 2022 - C++
Remote Procedure Call service library in C++
-
Updated
Aug 9, 2021 - C++
This is a client-server solution that aims to authorize access to file resources handled within the server. This simulates an OAuth authorizing system that uses a third-party user (an end-user) that grants access for the client.
-
Updated
Mar 22, 2024 - C++
Learning management server with different clients.
-
Updated
Oct 9, 2017 - C++
School repository for M.S. in Computer Science
-
Updated
Nov 19, 2020 - C++
Need to easily add bidirectional & parallel communication support to a Thrift-based application?
-
Updated
Jun 5, 2018 - C++
A simple and lightweight RPC framework. Including the standard RPC and the asynchronous broadcast RPC. And we plan to implement the state synchronization of the DataSet.
-
Updated
Jan 1, 2023 - C++