Hi guys - I just recently learned about ZeroMQ (and RabbitMQ). From my basic understanding so far, it looks like something would have to be installed in addition to a python language binding library used in my apps. Am I correct then that it is not possible to run ZeroMQ in PythonAnywhere?
One reason I was looking at ZeroMQ is for a microservices style architecture. I guess I could run a bunch of web apps for this or maybe something through scheduler. I'd need to establish a way for each service to communicate and if web services it could be a API. Any thoughts on this is appreciated to help with my understanding. Thank you.