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

Current maintained fork of LiveReload server in Node.js

Results 8 node-livereload issues
Sort by recently updated
recently updated
newest added

- [Before](https://github.com/k-utsumi/node-livereload/blob/ab3720762841de58ae62707b0b9152e0e6e4cd98/README.md#usage) - [After](https://github.com/k-utsumi/node-livereload/blob/9fc79c1a60446eca519c8b02d07a14b88ec6f8c0/README.md#usage)

I've updated the livereload to allow for setting [Cross-Origin-Embedder-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy) to "cross-origin", so it will work with other sites that require-corp, and same-site headers. Allowing you to use [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) in modern...

Most browsers won't allow connections over the "Internet" when CORS is not configured. This is a problem in Glitch, AWS, GCP, CodeSandbox and other setups where HTTPS encryption is handled...

- I am trying to integrate livereload with an Express application running on [Replit](https://replit.com) - When deployed there, Replit assigns you a hostname - It proxies all incoming connections to...

## What version of Livereload are you using? 0.9.3 ## What OS are you using? Linux ## What web browser are you using? (Browser name and specific version please) Chrome...

The CLI help explains that exclusions needs to be an array, but the actual README documentation doesn't make that clear. Unify the docs with the help message and ensure it's...

Documentation

Add option to specify host name (`host` and `-h` or `--host` respectively). Resolves #161.