I talked to Martin Bach at APEX Connect about enabling Socket.io for MLE JavaScript.
We would need the createServer from the Node.js ‘http’ module. If websockets are impossible, Socket.io has a fallback for basic HTTP polling, which could also work.
https://socket.io/docs/v4/server-api/
@martinbach-oracle