add sse for user event feed

This commit is contained in:
Brad Rydzewski
2017-07-18 12:27:20 -04:00
parent 631cd10033
commit c867bcaf3c
4 changed files with 107 additions and 16 deletions

View File

@@ -60,6 +60,8 @@ func (w *local) File(rw http.ResponseWriter, r *http.Request) {
func (w *local) Routes() []string {
return []string{
"/favicon-32x32.png",
"/favicon-16x16.png",
"/src/*filepath",
"/bower_components/*filepath",
}