Skip to content

bilbof/shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny

Shiny is a work in progress web accelerator.

The aim of the project is to build a configurable program to accelerate delivery of content to clients.

Shiny will act as a reverse proxy that also caches requests to a data store such as memcached.

Installation

This will install and start up memcache (the cache) and shiny (the web accelerator). It presumes you already have docker installed.

docker run -p 11211:11211 -d memcached memcached -I 30m
go get github.com/bilbof/shiny
cd $GOPATH/src/github.com/bilbof/shiny
go install && $GOPATH/bin/shiny

About

A WIP web accelerator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages