Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 776 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 776 Bytes

Triton

Triton is a cache-enabled static web muxer written in Go. It watches the filesystem for changes, updates its internal cache, and continues to deliver the static site. It defers doing any sort of content management to another solution.

Installation

Install golang.

go get github.com/cjslep/triton

Read some documentation

Write your custom code setting up your familiar http.Server and mapping any assets you have to their mime-type.

Example

Introducing Triton (hosted on a triton-based web server)

Contributing

Triton is licensed under the MIT Expat License. Please feel free to contribute!