So I was wondering if it's possible to run a MQTT broker on the Google App Engine platform? Couldn't find any information about it (or maybe I might be using the wrong keywords).
I've got my GAE running on Java so I'd like to go into direction of running the MQTT broker on GAE using a backend.
EDIT: Did some further research and it seems Moquette is running on Java. Does someone have experience running Moquette on the GAE?
EDIT2: Ok, it seems the examples of Moquette are running using an OSGi container, which is unavailble in GAE. Looking for a script to start this server on GAE.