phoax / go-hotreload

Simple Go app executed in a container with hot reload and dynamic import of a local package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there any measurement comparing this with other hot-reloader

kokizzu opened this issue · comments

I mean how long it takes before recompile/rebuild duration, compared to other popular solution:

  • cosmtrek/air (i use this for development, old company)
  • codegangsta/gin (i use this for development, sidejobs)
  • dkfbasel/hot-reload (never used this one)
  • jpliora/overseer (used this for production)

Good question, for the moment I do not know.