DEV Community

Discussion on: A lightweight web framework for Go

Collapse
 
bgadrian profile image
Adrian B.G.

As a general feedback I wish people make more libraries like gorilla mux and less frameworks, but from another point of view, for web API servers I use Open API/swagger and treat it like a detail of the implementation,that is auto generated, like protobuffs files.

Collapse
 
dannypsnl profile image
ๆž—ๅญ็ฏ†

That's my fault, I know a library would be better for combining them to get the output and be more general, but I feel write a router is fun and do one then base on it to develop these codes XD. We're also planning to spread code to two parts, one is a router, another is marshaling/unmarshaling, but might not right now.