Is it possible to send an ad-hoc message from the server to a client? (rather than just respond to the client)
Hi,
Coronium wasn’t meant for persistent connections originally. The websockets module was added so that one could display some data externally.
You could potentially create a javascript based interval call to the server. But you will need to associate your client with the connection. This aspect is not implemented in Coronium.
Hope that helps.
Hi,
Coronium wasn’t meant for persistent connections originally. The websockets module was added so that one could display some data externally.
You could potentially create a javascript based interval call to the server. But you will need to associate your client with the connection. This aspect is not implemented in Coronium.
Hope that helps.