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);

Readme

Keywords

none

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