Forums

Can I run ZODB/ZEO based apps?

Is this feature supported in hacker plan?, i can start the server manually:

python /usr/local/lib/python2.7/dist-packages/ZEO/runzeo.py --address localhost:8100 --filename file.fs --pid-file file.pid

but my Flask app in not responding to any request from my browser.

Many thanks

Unfortunately we only support WSGI-based web apps on PythonAnywhere, and I think ZEO has its own built-in HTTP server.

Thanks, I will rethink my app to use only WSGI web features.