An open API service indexing awesome lists of open source software.

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

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