Is there a Nestjs equivalent for Go?

Is there a Nestjs equivalent for Go?

In terms of a comparison to NestJS, I am unsure, but there are a few web frameworks that are built with go. For instance:

1 Like

I use Gin but for example nestjs uses controller and service is there similar like that? Ir i can implemented un gol without a package? Thanks :stuck_out_tongue_winking_eye:

@illud you can implement your own router in less than 100 lines of code https://github.com/kristiannissen/ideal-octo-bassoon/blob/master/router/router.go

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.