Added by Or Goshen over 4 years ago
Hi,
Does C WT support server side events ?
ie, is it possible to push data from the server side to the client ?
Thanks,
Or
Yes, we actually have an example demonstrating that: https://github.com/emweb/wt/tree/master/examples/feature/serverpush
There are similar examples that use post
and postAll
instead: https://github.com/emweb/wt/tree/master/examples/feature/broadcast and https://github.com/emweb/wt/tree/master/examples/feature/postall