@spruce-hub/service-proxy
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Service Proxy

Universal http proxy utils

// index.js
import { createServer } from '@spruce-hub/service-proxy'

const config = {
  sslDir: './ssl'
  path: {
    'npm.sprucefe.com': 'http://localhost:4873',
  },
}

createServer(config)
> node index.js

> https://npm.sprucefe.com

License

MIT

Copyright (c) 2023-present, Spruce FE

Package Sidebar

Install

npm i @spruce-hub/service-proxy

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

13.5 kB

Total Files

7

Last publish

Collaborators

  • zzl821
  • z812032622
  • wenzheng-yi