3.0.0 • Published 6 years ago

frock-proxy v3.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

frock-proxy

A proxy plugin for frock.

Build Status npm install js-standard-style

It makes requests to other servers on your behalf, allowing you to bring data from external services to your local environment.

frockfile Example

In your working directory, create a frockfile.json:

{
  "servers": [
    {
      "port": 8080,
      "routes": [
        {
          "path": "*",
          "methods": "any",
          "handler": "frock-proxy",
          "options": {
            "url": "http://localhost:8052"
          }
        }
      ]
    }
  ]
}

License

Apache 2.0, see LICENSE for details.