livereload-jvm icon indicating copy to clipboard operation
livereload-jvm copied to clipboard

A micro http-server compatible with LiveReload 2 (protocol). Should be used at compile/build-time.

Results 4 livereload-jvm issues
Sort by recently updated
recently updated
newest added

A new release of livereload should be able to work with a more recent release of jetty. It is based on the PerfectCarl fork, with some minor adjustments. Alternatively, approve...

Could you review the `FIXME` about the commented code in `LRWebSocketHandler`? I'll add the aggregation feature later on.

try http://docs.oracle.com/javase/6/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/package-summary.html

Jetty9 change the websocket apis pretty [drastically](https://webtide.com/jetty-9-updated-websocket-api/). 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?**