signal-r-js-connector
Reactive icon

Signal-R JS Client

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 20 March 2023
 by 
0.0
 (0 ratings)
signal-r-js-connector

Signal-R JS Client

Documentation
1.0.0

Pre-requisites: 

  • Signal R HUB

[Noyr : This is just a client library, the configurations related to server-side hub methods should be taken care of later.]

Actions: 

  • CheckHubConnectionState: Checks the state of the hub connection 

  • BuildConnectionObj: Builds a Signal R connection object used for further communication 

  • StartConnectionClick: Starting the Signal R connection  

  • StopSignalRConnection: This method can be used to stop the communication manually or after a specified interval 

  • Invoke Method: Invoking the Hub Server Method.


To be Taken care:

  • Create ASP.NET Core Application where the server hub code is created and obtain the Hub URL. Using the Hub URL, connect to the Signal R Hub and test the connection.


[Note: you can open the console to check for extra logs]