Skip to main content

Development http proxy for SPA applications

Project description

pokie-mullet

pypi license

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"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pokie-mullet-0.1.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page