https://github.com/ao/htcached
A in-memory http caching server to sit in front of a traditional http server
https://github.com/ao/htcached
cache go golang http
Last synced: 2 months ago
JSON representation
A in-memory http caching server to sit in front of a traditional http server
- Host: GitHub
- URL: https://github.com/ao/htcached
- Owner: ao
- Created: 2020-03-06T17:07:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T17:10:47.000Z (almost 6 years ago)
- Last Synced: 2023-08-03T11:13:21.198Z (over 2 years ago)
- Topics: cache, go, golang, http
- Language: Go
- Homepage: https://ao.gl
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htcached
A in-memory http caching server to sit in front of a traditional http server
## how to use
syntax:
`go run . `
example:
`go run . 80 https://ataiva.com`
This will run the server locally on port 80 and will pipe resources from end resource of https://ataiva.com