src/ ├── app/ │ ├── models/ # TypeScript data models (DTOs) │ │ └── student.ts │ ├── services/ # Business logic & API calls │ │ ├── student.service.ts │ │ ├── auth.service.ts │ │ └── message ...
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. If you need smashing performance, get yourself some Gin.