I’m currently working on a module that manages menus, which I will make open source to you! I currently want to fire a event in client to client communication so that I can tell the developer specific information on other client scripts.
The module is client based (a menu module) but needs to be more adaptable and therefore fire an event on actions such as when they click on a menu option or when they click a done button etc
No such functionality exists. The server will always have to proxy in this case, whether it’s to consume arguments from one client and deliver them to the next or authoritatively represent the state of something that should be shared which then clients can then visualise on their end to cut out the remote part.