Xbasic
Web Socket Functions
Description
Alpha Anywhere provides the following web socket functions.
- Name
- Description
- web_socket_server_sendmessage Function
Send a message to the web-sockets server. All clients that are listening to the web-sockets server will receive the message and the webSocketOnMessage client side event in each client will fire.
See Also