pokie-mullet
Barebones HTTP proxy for Python-powered SPA applications - Mounts a Flask or Pokie application on a slug (/api by default)
and proxies all other requests to a running HTTP server (such as a NodeJS dev server), or to a static SPA on a folder.
Basic Usage
Show usage parameters:
$ mullet --help
Proxy a local Flask or Pokie API application from main.py and a development SPA application running on http://localhost:3000:
$ mullet
Proxy a local Flask or Pokie API application and a development SPA application locally installed on ../dist:
$ mullet -fe ../dist/
Proxy a local Flask or Pokie API application on "/slug" and a development SPA application running on http://localhost:3000:
$ mullet --slug "/slug"