TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Awesome-live-reloading – A collection of live reloading tools and libraries

55 pointsby wawhalabout 7 years ago

6 comments

ktpsnsabout 7 years ago
I&#x27;m surprised not to see generic tools on this list which make use of event-based file system notifications such as dnotify and inotify. See <a href="https:&#x2F;&#x2F;github.com&#x2F;rvoicilas&#x2F;inotify-tools&#x2F;wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rvoicilas&#x2F;inotify-tools&#x2F;wiki</a> or inotifywait (<a href="https:&#x2F;&#x2F;superuser.com&#x2F;a&#x2F;959040" rel="nofollow">https:&#x2F;&#x2F;superuser.com&#x2F;a&#x2F;959040</a>) for examples.<p>I know this particular API (inotify) is specific to Linux (there might be similiar APIs on other OS). But it is awesome for all kind of build systems, for instance latex documents.
评论 #16927973 未加载
评论 #16924565 未加载
评论 #16924883 未加载
tango12about 7 years ago
The origin of this list was when we were creating documentation for live-reloading code you write on your computer, and syncing those files to your cloud dev&#x2F;staging environment directly. We then realised that there was no central repo of &quot;live-reloading&quot; tools for different languages&#x2F;frameworks.<p>There&#x27;s a slew of new tools coming out that are making this trend popular (skaffold, ksync, hasura). Some of which need your framework to have live-reloading and some don&#x27;t.<p>I&#x27;m wondering what the HN community thinks about this general trend of pushing this write&#x2F;test loop to a hosted dev environment. I think it&#x27;s a response to increased complexity of bring up a full &quot;microservices&quot; environment on your local machine.
评论 #16924094 未加载
piracy1about 7 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;johnno1962&#x2F;injectionforxcode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnno1962&#x2F;injectionforxcode</a> for IOS apps. I&#x27;d submit a pull request but i&#x27;m lazy.
jaequeryabout 7 years ago
Unless we are dealing with a list just strictly for frontend development(webpack&#x2F;sass&#x2F;etc), I&#x27;m kinda confused about the list. What about servers and daemons that perform &quot;hot-reload&quot; for you? And fsevents &#x2F; inotify are the way to go, otherwise you will deal with 1~10+ seconds reloads, which can be miserable at times.
jeremiepabout 7 years ago
Or just use Clojure and get live coding for free. Its far more powerful than hot reloading.
评论 #16925060 未加载
aksssabout 7 years ago
I was expecting single stage presses, neck dies, powder dribblers, and Sierra load manuals, live. Disappointed.
评论 #16925446 未加载