livereload-jvm
livereload-jvm copied to clipboard
Update livereload using the new jetty 9.x apis
Jetty9 change the websocket apis pretty drastically.
So the 0.20 version can't be used with the new jetty branch.
Would you be interested into porting it to the jetty9 api?
I have something that is starting to work.
But I am not familiar with the livereload protocol. Would you mind having a look?
Yes, If you can made a PR.
On it. I want to add a feature to coalesce notify events: all changes happening under let's say 300ms being agregated to one notification instead of spamming.
nice idea, I didn't touch this code since a long time.