📌  相关文章
📜  什么是实时重新加载 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:09.633000             🧑  作者: Mango

代码示例1
livereload.js 
is opensource implemention of client side of the livereload protocol. 
The client connects to a LiveReload server 
via web sockets and listens for incoming change notifications. 
When a CSS or an image file is modified, it is live-refreshed 
without reloading the page. 
When any other file is modified, the page is reloaded.