sails-proxywrap

Return a Sails module where HTTP & HTTPS have been substituted out for Proxywrap-ed replacements.

Usage no npm install needed!

<script type="module">
  import sailsProxywrap from 'https://cdn.skypack.dev/sails-proxywrap';
</script>

README

Sails Proxywrap

Return a Sails module where HTTP & HTTPS have been substituted out for Proxywrap-ed replacements.

This project implements a zero-change API implementation of Sails#3506.

Use

npm install --save sails-proxywrap to install the module

Edit app.js and replace require("sails") with require("sails-proxywrap").