Sunday, August 18, 2024

Show HN: Wd-40, a static webserver with automatic hot-reloads https://ift.tt/md0IZ72

Show HN: Wd-40, a static webserver with automatic hot-reloads It works by injecting a websocket script which listens for file changes. The filechanges are detected using the go fsnotify package, which in turn uses the different OS's equivalent to inotify. I basically got bored with alt-tabbing and refresing when developing 'vanilla-js'. The hot-reload in the modern frameworks are very nice, so figured I'd recreate it. https://ift.tt/BTLsqua August 18, 2024 at 11:54PM

No comments:

Post a Comment

Show HN: 100% native Swift harness (NOT Electron) https://ift.tt/KfqcYR4

Show HN: 100% native Swift harness (NOT Electron) hi everybody, I’ve been working on this harness that is all native Swift for macOS. It’s f...