Skip to content

cjslep/triton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A very simple static web server for the unofficial golang rite of passage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages