base64-streaming-proxy

1.2.1 • Public • Published

base64-streaming-proxy

Stream from remote content as a base64-encoded text files

Encode multiples of 3 bytes at a time, which will become 4 base64 characters.

Run as a server

npm install -g base64-streaming-proxy
b64proxy

Use the proxy function in your server

npm install base64-streaming-proxy
const proxy = require("base64-streaming-proxy");
const server = http.createServer(proxy);
server.listen(port);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.1
    0
  • 1.2.0
    1
  • 1.1.0
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i base64-streaming-proxy

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

6.72 kB

Total Files

9

Last publish

Collaborators

  • evanchiu