kiyonlin / dawn

An opinionated lightweight framework to build web api or application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Hot reload option for dev

kiyonlin opened this issue Β· comments

commented

Describe the solution you'd like

It is an option of Sloop called HotReload.

HotReload accept parameters like

  • Extensions []string
  • WorkDir string
  • Delay time.Duration

Based on fsnotify to watch files.

commented

We can not reload code without listening to signal and restarting a new process.

air is a good choice for hot reload.