go-martini / martini

Classy web framework for Go
martini.codegangsta.io
MIT License
11.63k stars 1.1k forks source link

is this project dead? #432

Open ami-m opened 4 years ago

pyrooka commented 4 years ago

Yes. Check this: https://github.com/gin-gonic/gin

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster.

tudorels commented 4 years ago

Thanks! I found out in the meantime ...