diff options
Diffstat (limited to 'documentation/articles/SendingEventsFromTheClientToTheServerUsingRPC.asciidoc')
-rw-r--r-- | documentation/articles/SendingEventsFromTheClientToTheServerUsingRPC.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/SendingEventsFromTheClientToTheServerUsingRPC.asciidoc b/documentation/articles/SendingEventsFromTheClientToTheServerUsingRPC.asciidoc index 75657de3db..67b16b0f5a 100644 --- a/documentation/articles/SendingEventsFromTheClientToTheServerUsingRPC.asciidoc +++ b/documentation/articles/SendingEventsFromTheClientToTheServerUsingRPC.asciidoc @@ -5,8 +5,7 @@ layout: page --- [[sending-events-from-the-client-to-the-server-using-RPC]] -Sending events from the client to the server using RPC ------------------------------------------------------- += Sending events from the client to the server using RPC An RPC mechanism can be used to communicate from the client to the server. In effect, the client can call methods that are executed by the server component. The server component can then take appropriate action |