Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volhovm/server-coursework-2014
https://github.com/volhovm/server-coursework-2014
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/volhovm/server-coursework-2014
- Owner: volhovm
- Created: 2014-12-11T08:41:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-31T15:06:47.000Z (almost 10 years ago)
- Last Synced: 2023-09-01T05:40:00.001Z (over 1 year ago)
- Language: C++
- Size: 730 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server-coursework-2014
Usage:
```
cmake .
make
./bin/CourseWork
```
Then set proxy in your browser to localhost/7273. That's it.
Tested it on nightly_35.0. Proxy supports chunked, HTTP/1.1, keep-alive, stuff. Perfectly works for me on
almost all sites I need (though it can be slow for sites with big number of images on different hosts, I suppose).