Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanashworth/node-resource-proxy
A node resource proxy
https://github.com/brendanashworth/node-resource-proxy
Last synced: 9 days ago
JSON representation
A node resource proxy
- Host: GitHub
- URL: https://github.com/brendanashworth/node-resource-proxy
- Owner: brendanashworth
- License: mit
- Created: 2014-08-22T05:16:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T04:15:48.000Z (about 10 years ago)
- Last Synced: 2023-04-10T02:50:41.518Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node resource proxy
> A proxy server designed to proxy insecure assets on a secured connection. Differs from [camo](https://github.com/atmos/camo) for its configurability (to only allow URLs from a specific host / whitelist URLs) and its simplicity (base64 URL instead of HMAC).
### Install
```bash
$ git clone https://github.com/boboman13/node-resource-proxy.git && cd node-resource-proxy$ nano config.json // Edit config.json to your desire
$ npm start
```### Configuration
Configuration is provided in the `config.json` file. It is mostly self-explanatory.### Performance
The proxy server is mostly high performing, while using `ab`...```
Concurrency Level: 10
Time taken for tests: 3.239 seconds
Complete requests: 10000
Failed requests: 0
Write errors: 0
Total transferred: 82320000 bytes
HTML transferred: 81570000 bytes
Requests per second: 3087.43 [#/sec] (mean)
Time per request: 3.239 [ms] (mean)
Time per request: 0.324 [ms] (mean, across all concurrent requests)
Transfer rate: 24820.07 [Kbytes/sec] received
```