jamierocks / gore

gore - Ore redone in Golang
MIT License
1 stars 0 forks source link

gin vs macaron #2

Open jamierocks opened 8 years ago

jamierocks commented 8 years ago

https://github.com/gin-gonic/gin

vs

https://github.com/go-macaron/macaron

jamierocks commented 8 years ago

Although having used go-macaron, gin seems to use a very similar API design and has a bunch more middlewares built in, however I have yet to find any examples of it being used, whereas Macaron has a bunch of things using it (Peach, Gogs, Go Walker, etc).

jamierocks commented 8 years ago

I am going to trial using Gin.

jamierocks commented 8 years ago

The trial is over, Gin is nice and arguably has better logging that Macaron, however feels more low-level in some areas, so I will be switching to Macaron.