|
|
|
|
|
by taklimakan
1913 days ago
|
|
Yes, we use go-gin for HTTP servers and middleware (really fast and easy to use) and gRPC+Protobuf for backend services with database access. For the frontend, we have one project that renders HTML just with Go templates, but that’s kinda clumsy and awkward to maintain.
Our main webapp is built with Vue.js, and the gin server only checks auth and serves the index.html |
|