Gin: Its tedious to restart the server, for every small change

Created on 14 Jan 2019  路  2Comments  路  Source: gin-gonic/gin

OS: Linux

For every small change, I had to restart the server.

  • Kill the process
  • Kill the occupied port fuser -i -k 8080/tcp (Closing the connection)
  • Then go run

Solution / Package

I node.js world this problem is solved using nodemon.
Is there any similar package in go.

I am pretty new to go, coming form node.js world :+1:

Most helpful comment

There are lots of them! My favorite is https://github.com/oxequa/realize/blob/master/README.md

All 2 comments

There are lots of them! My favorite is https://github.com/oxequa/realize/blob/master/README.md

Everyone looks happy with @nerdbaggy suggestion can we close this Issue?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ccaza picture ccaza  路  3Comments

xpbliss picture xpbliss  路  3Comments

cxk280 picture cxk280  路  3Comments

Bloomca picture Bloomca  路  3Comments

iiinsomnia picture iiinsomnia  路  3Comments