matrix-doc/scripts/continuserv
Kegan Dougal b6f0b67da6 Speed up continuserv
Ignore .git directory as that shouldn't affect spec generation. Also, when
we receive writes from the OS, wait a bit before re-generating the spec to
clump together multiple writes rather than re-generating one after another
and waiting for no more writes before serving the request.
2015-09-30 15:21:32 +01:00
..
README continuserv: Adding README 2015-09-10 14:25:23 +01:00
main.go Speed up continuserv 2015-09-30 15:21:32 +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`