Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 404 Bytes

Readme.md

File metadata and controls

8 lines (5 loc) · 404 Bytes

Garnish - simple varnish implementation written in Go

Garnish is an example of a simple varnish implementation which should demonstrate.

It supports only Cache-Control header and keeps all the data in memory. It means that after restart of the application all data will disappear.

The project was described in more details in the article.