Hey there,
I would like my experience to be able to receive messages from a webserver.
The server shoud hold a value and send an update to every connected Experience when the value changes. (In case you are wondering… yes I am trying to copy the behaviour of Intuiface’s integrated WebTriggers Interface Asset - I am worried about the Web Triggers not being quick enough and that someone might not have access to the internet).
In order for this to work the player needs to listen for incoming connections on a specific port.
And to make matters worse I would like to do this on non-windows players… so it would have to be in js.
Has anybody already done this? Is there something I could use as a starting point?
Any ideas on how to do this?