Skip to content

saimanwong/filewatcher-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Watcher Web App

Watches a file on host and publishes the content to web client

Usage

$ go run main.go -h
Usage of main:
  -addr string
        http service address (default ":8080")
  -backend string
        backend url for frontend (default "localhost:8080")

Development

Run below and open http://localhost:8080

$ go run main.go watch-this-dir

Acknowledgments

Screenshots

About

A Go app that watches a file on a host and publishes the content to a Vue.js web client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages