Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
actionshrimp committed Apr 16, 2018
1 parent 7cffd4c commit c63d40e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ocaml-livereload

Livereload server in ocaml that can live in your webserver process.

## TODO

- [ ] Work out the best way to hook this into e.g. an [opium](https://github.com/rgrinberg/opium) middleware or to live alongside opium in the http server.
- [ ] Improve file watching API to handle single files and make sure path mapping works correctly
- [ ] Wire together file watcher and reload handler into a single entrypoint

See `test/test_files_server.ml` for an example of wiring with file watcher.

0 comments on commit c63d40e

Please sign in to comment.