Hi, I'm trying to make a webserver with lacewing, where it host a page that can be remotelly updated.
I mean, the runtime should send a message to the page to make it reload the page.
If it's not possible for the runtime to send a message without receiving one first, the page could check repeatedly if something changed by sending a message to runtime, so it would receive a message back if it changed, whitch would make it refresh the page...
Can anyone help me with this?