1.2.1 • Published 3 years ago

base64-streaming-proxy v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago