All Projects → ayastreb → Bandwidth Hero Proxy

ayastreb / Bandwidth Hero Proxy

Licence: mit
⚡️ Proxy that compresses images to low-resolution

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bandwidth Hero Proxy

Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+377.69%)
Mutual labels:  heroku, express
Cmms
Computerized Maintenance Management System
Stars: ✭ 31 (-76.15%)
Mutual labels:  heroku, express
Vue 163 Music
【停止维护】网易云音乐web版,支持PC端常用功能,localStorage保存播放列表
Stars: ✭ 788 (+506.15%)
Mutual labels:  express, proxy
Express Starter
🚚 A boilerplate for Node.js, Express, Mongoose, Heroku, Atlas, Nodemon, PM2, and Babel. REST / GraphQL API Server | PaaS | SaaS | CI/CD | Jest | Supertest | Docker | MongoDB | PostgreSQL | Sequelize | Lodash | RxJS | JWT | Passport | WebSocket | Redis | CircleCI | Apollo | DevSecOps | Microservices | Backend Starter Kit | ES6
Stars: ✭ 353 (+171.54%)
Mutual labels:  heroku, express
Contentajs
A nodejs server that proxies to Contenta CMS and holds custom code.
Stars: ✭ 90 (-30.77%)
Mutual labels:  express, proxy
Httpteleport
Transfer 10Gbps http traffic over 1Gbps networks :)
Stars: ✭ 422 (+224.62%)
Mutual labels:  proxy, compression
Node Js Getting Started
Getting Started with Node on Heroku
Stars: ✭ 872 (+570.77%)
Mutual labels:  heroku, express
Giraffql
Interactive GraphQL exploration tool built with React - still working on the website
Stars: ✭ 176 (+35.38%)
Mutual labels:  heroku, express
Http Proxy Middleware
⚡ The one-liner node.js http-proxy middleware for connect, express and browser-sync
Stars: ✭ 8,730 (+6615.38%)
Mutual labels:  express, proxy
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (-66.15%)
Mutual labels:  heroku, express
Gopee
☁️ Full-Fledged, Self-Hosted Web Proxy in Go
Stars: ✭ 336 (+158.46%)
Mutual labels:  heroku, proxy
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-10%)
Mutual labels:  express, compression
The Example App.nodejs
Example app for Contentful in node.js
Stars: ✭ 279 (+114.62%)
Mutual labels:  heroku, express
Node Express Mongoose Demo
A simple demo app using node and mongodb for beginners
Stars: ✭ 4,976 (+3727.69%)
Mutual labels:  heroku, express
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+88.46%)
Mutual labels:  heroku, proxy
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-90.77%)
Mutual labels:  heroku, express
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (+20%)
Mutual labels:  heroku, express
Push Starter
React Redux Starter with SSR 🤖
Stars: ✭ 43 (-66.92%)
Mutual labels:  heroku, express
Ecommerce Nodejs
Ecommerce application back-end codes
Stars: ✭ 97 (-25.38%)
Mutual labels:  heroku, express
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-6.15%)
Mutual labels:  heroku, express

Bandwidth Hero Data Compression Service

NSP Status

This data compression service is used by Bandwidth Hero browser extension. It compresses given image to low-res WebP or JPEG image. Optionally it also converts image to greyscale to save even more data.

It downloads original image and transforms it with Sharp on the fly without saving images on disk.

This is NOT an anonymizing proxy — it downloads images on user's behalf, passing cookies and user's IP address through to the origin host.

Deployment

Heroku

You can deploy this service to Heroku:

Deploy

Deploy to Heroku guide

Self-hosted

Data compression service is a Node.js app which you can run on any server that supports Node.js. Check out this guide on how to setup Node.js on Ubuntu.

DigitalOcean also provides an easy way to setup a server ready to host Node.js apps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].