# Reloader that navigates to modified page

**URL:** https://discourse.gohugo.io/t/reloader-that-navigates-to-modified-page/24396
**Category:** support
**Created:** [April 1, 2020, 10:37pm UTC](https://discourse.gohugo.io/t/reloader-that-navigates-to-modified-page/24396 "2020-04-01T22:37:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![thetanil](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/thetanil/32/10936_2.png) [@thetanil](https://discourse.gohugo.io/u/thetanil)
#### Post date: [April 1, 2020, 10:37pm UTC](https://discourse.gohugo.io/t/reloader-that-navigates-to-modified-page/24396/1 "2020-04-01T22:37:02Z")

</div>

I really like this feature, and I don’t find it anywhere else. I was wondering if someone can point me to the js client code for livereload feature. I’ve searched around the repo but I can’t find it. Hint’s about how it’s implemented on the server side are welcome as well 🙂  
Thanks for the great tool

---

<div class="post-metadata">

### Author: ![Jura](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/jura/32/13581_2.png) [@Jura](https://discourse.gohugo.io/u/Jura)
#### Post date: [April 2, 2020, 7:03am UTC](https://discourse.gohugo.io/t/reloader-that-navigates-to-modified-page/24396/2 "2020-04-02T07:03:23Z")

</div>

Welcome to the forum Thetanil! 👋

> [@thetanil](#):
>
> I was wondering if someone can point me to the js client code for livereload feature.

Hugo uses [LiveReload.js](https://github.com/livereload/livereload-js) for its reload capability. The version Hugo uses appears to be a modified version. [Here](https://github.com/gohugoio/hugo/blob/master/livereload/livereload.go#L148) is that code and information on the patch.

> [@thetanil](#):
>
> Hint’s about how it’s implemented on the server side are welcome as well

On the server side Hugo uses the three files in the [livereload package](https://github.com/gohugoio/hugo/tree/master/livereload).

Good luck 🙂

---

<div class="post-metadata">

### Author: ![thetanil](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/thetanil/32/10936_2.png) [@thetanil](https://discourse.gohugo.io/u/thetanil)
#### Post date: [April 2, 2020, 8:27am UTC](https://discourse.gohugo.io/t/reloader-that-navigates-to-modified-page/24396/3 "2020-04-02T08:27:37Z")

</div>

@Jura this is great. thank you so much!
