diff options
Diffstat (limited to 'documentation/articles/UsingRPCToSendEventsToTheClient.asciidoc')
-rw-r--r-- | documentation/articles/UsingRPCToSendEventsToTheClient.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/UsingRPCToSendEventsToTheClient.asciidoc b/documentation/articles/UsingRPCToSendEventsToTheClient.asciidoc index fffcbec6bc..4bbdbc268f 100644 --- a/documentation/articles/UsingRPCToSendEventsToTheClient.asciidoc +++ b/documentation/articles/UsingRPCToSendEventsToTheClient.asciidoc @@ -5,8 +5,7 @@ layout: page --- [[using-rpc-to-send-events-to-the-client]] -Using RPC to send events to the client --------------------------------------- += Using RPC to send events to the client An RPC mechanism can be used to communicate from the server to the client. In effect, the server-side component can call methods that are |