matrix-doc/scripts/continuserv
Richard van der Hoff d6c1d1343b Continuserv: Reduce number of watches
rather than trying to watch half the filesystem, be a bit more conservative in
what we put watches on. This means that we don't end up dying with "No space on
device" (thanks for that, Linux.)
2016-04-11 23:21:21 +01:00
..
README continuserv: Adding README 2015-09-10 14:25:23 +01:00
main.go Continuserv: Reduce number of watches 2016-04-11 23:21:21 +01:00

README

continuserv proactively re-generates the spec on filesystem changes, and serves it over HTTP.

To run it, you must install the `go` tool. You will also need to install fsnotify by running:
 `go get gopkg.in/fsnotify.v1`
You can then run continuserv by running:
 `go run main.go`