We have an application that uses websocket technology in (NodeJS) and when we tested it without RouterOS it works perfectly , but when we tested it through RouterOS it doesn't work
the websocket server is running ok , but the websocket client (browser) it fails to connect to the server through RouterOS ,
i don't understand , the websocket is just upgrading HTTP connection to TCP connection in the same port , i use the same port for websocket and http server !
can you please help us to understand this issue and maybe helping us solving it ! .