Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

evanbarter/puddles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puddles

Puddles allows you to set up a file system watcher which, upon detecting a changed file, will emit over a socket. Clients may therefore react to the changed file (for example, refresh a web page).

Configuration

  1. Run npm install
  2. Add projects to the projects.json file. Each project is represented by an object with name and path properties.
  3. Optionally change the port in server.js then start with node server.js

See Also

Puddles for Drupal is a simple implementation.

Acknowledgements

Utilizes Watchr and socket.io

About

Watches the filesystem and emits over a websocket on a change.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published