WebSockets and MQTT

I am trying to use MQTT over websockets. Is this supported? I have tried to use port 5001 and 5002 as I saw these supported Websockets. Has anyone done this?
I am using the Paho MQTT java script client on a web page. I want to subscribe to my devices published data so I can pull it up on my own pages.
If this is not the best way, please let me know what would be the best way.

I don’t see anything in the docs, so I would say probably not supported. Maybe @rsiegel can confirm