mfdesigner Posted March 10, 2017 Share Posted March 10, 2017 The ability to perform Remote Procedure Calls (RPC) is the key enabler for supporting complex distributed web applications and games over our software object distribution framework, where multiple software agents in different roles can conduct business via diverse communication acts. Unlike traditional RPC where a few developers dictate its design and consequently limiting the scope of distributed applications, our system allows any user to create his own RPC executable by any remote host. Essentially, it is server-mediated Peer-to-Peer Remote Procedure Calls. A user initiates a call by specifying the software components to be pre-loaded from our repository, a remote script acting as application logics, its input parameters, and a short greeting. Once it is executed with peer's permission, the result is immediately returned to the caller using Server Sent Event with near real-time performance. Our RPC's workflow looks like this: Here is the tutorial video on how to set it up... Visit https://www.otakhi.com/archive to see all our previous tutorial videos. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.