WebSockets
supports bidirectional communication between a client and serverFor the server side, a controller action must be created:
1 |
|
On the client side, add this to your TypeScript:
1 |
|
For the server side, a controller action must be created:
1 |
|
On the client side, add this to your TypeScript:
1 |
|