Bottle apps can be deployed on ep.io as generic WSGI apps. It’s not an immediate thing, since there’s a small workaround that you need to apply before being able to set bottle as a requirement to be installed.
For some reason the Bottle version that ep.io pulls from PyPI has some weird
ImportError. The solution is to pull directy from the git repo.
Here’s a full working example: