Is there a way to use MQTT with haxe?

I have a Mosquitto MQTT broker for IOT objects. I try to subscribe to display the values on a web page and publish values using Haxe.
Can somedy help me to find a reliable way to do this?

Thanks!

You can use haxe externs for node.js mqtt libs. Of course, you should write it before;)