https://github.com/sr229/filo
Make your internet a little more faster
https://github.com/sr229/filo
accelerate compression proxy proxy-server
Last synced: about 2 months ago
JSON representation
Make your internet a little more faster
- Host: GitHub
- URL: https://github.com/sr229/filo
- Owner: sr229
- License: mit
- Created: 2018-11-21T17:22:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T15:51:12.000Z (7 months ago)
- Last Synced: 2025-03-29T11:12:34.181Z (3 months ago)
- Topics: accelerate, compression, proxy, proxy-server
- Language: TypeScript
- Homepage: https://filo-nine.now.sh
- Size: 853 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Filo
Filo is a small proxy server I coded to intercept all static content requests to compressed counterparts.
This project is inspired of bandwidth-hero-proxy and Google's very own Data Saver
## Rationale
There are websites that underperforms on 3G connections, even if you have a decent DNS like [1.1.1.1](https://1.1.1.1), it still boils down to how much your internet can get everything on time.
Most times, websites that has large bundles times out on slow connections, or even causes connection closures because of how slow it is. Filo tries to solve all that by GZIPping all content, regardless if served by HTTP or HTTP/S. The whole point of this project is to make the internet a little bit more faster for the third-world user.
This should be used with a browser extension, which is in the works.
## Running
TBA
## Privacy
By using this software, you are aware that this software is not a anonymizing proxy, and it will use a remote server, which you will fully manage by yourself, for this service to work.
This software does not send any kind of analytical data or diagnostics to the authors.
## License
This repository is Copyright © Capuccino. Licensed under MIT.
Portions of this code is inspired of [Anatoliy Yastreb](https://github.com/ayastreb)'s work, but we made it simpler to be worked on.