Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pokie-mullet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pokie-mullet

Development http proxy for SPA applications

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

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"

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc