https://github.com/ritwickdey/live-server-web-extension
It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
https://github.com/ritwickdey/live-server-web-extension
add-on live-server web-extension
Last synced: about 1 month ago
JSON representation
It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
- Host: GitHub
- URL: https://github.com/ritwickdey/live-server-web-extension
- Owner: ritwickdey
- License: mit
- Created: 2017-10-16T05:45:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T23:40:56.000Z (about 1 year ago)
- Last Synced: 2024-07-31T19:42:37.895Z (11 months ago)
- Topics: add-on, live-server, web-extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
- Size: 479 KB
- Stars: 796
- Watchers: 56
- Forks: 319
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ritwickdey/live-server-web-extension - It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter) (JavaScript)
README
# Live Server - Web Extension
Makes your existing server live[](https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj)[](https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj)[](https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/reviews)
[](https://addons.mozilla.org/en-US/firefox/addon/live-server-web-extension/)[](https://addons.mozilla.org/en-US/firefox/addon/live-server-web-extension/)[](https://addons.mozilla.org/en-US/firefox/addon/live-server-web-extension/reviews/)### Brief Description
This browser add-on is an extension for a developer tool in VS Code editor ([Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)). With this add-on installed, along with the VS Code extension, it gives you a functionality to automatically update your website on save; for other files than just `.htm` and `.html`.So specifically, with this add-on, live reload will also work with the following server-side files within the spectrum of: `PHP`, `.NET` and `NodeJS`.
### Privacy Policy
This extension does not collect or store any user data. As simple as it is! :)
### Documentation
***[Setup Tutorial](./docs/Setup.md)***
***[About The Extension](./docs/About.md)***
***[FAQ](./docs/FAQ.md)***#### The Common Misconception
Neither the browser add-on nor the VS Code extension will host a server for: `PHP`, `.NET` or `NodeJS`. This add-on will give you the *reloading function*, so you do not need to refresh the page every time you save your server-side code.
### Store Links
* Chrome : https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj
* Firefox : https://addons.mozilla.org/en-US/firefox/addon/live-server-web-extension/
### News
* #### Verision 1.3.0 (18.05.18)
* ***[Fixed]*** Reload all browser tabs [[#16](https://github.com/ritwickdey/live-server-web-extension/issues/16)]* #### Verision 1.2.0 (17.05.18)
* Serious Bug Fixed* #### Verision 1.1.0 (17.05.18)
* ***[Bug Fixed]*** This extension was broken with Live Server v4.0.0 update. [[#127](https://github.com/ritwickdey/vscode-live-server/issues/127)]
* Popup window UI updated
* Docs updated.
### License
This extension is licensed under the [MIT License](./LICENSE)