Written by
HK
At
Sun Sep 08 2024
I was working on a Go project by writing PocketBase Go extension code. I wanted to have a hot reload feature for the Go server. I found that there are many ways to achieve this, such as using air
, fresh
, realize
, etc.
But I wanted to try a different way by using JavaScript/TypeScript.
This gives me more control over the reload process.
Deno Dev Script
Bun Dev Script
How is this guide?