RSServe - A simply static server
A simple static HTML server for Redis (and Ember) RSServe is a simple static HTML server for use with Redis. It works well with pick your favourite single page app. I’m using it for an Ember site I’m building.
Binaries OSX (64bit) Windows (32bit / 64bit) Linux (32bit / 64bit) Building RedisStaticServer % go build rsserve.go
Usage rsserve -c “path/to/config.json/”
Example Configuration { "redis_pass": "", "redis_address": "localhost", "redis_port": 6379, "key_prefix": "production", "key_suffix": ":index.
read more