6 repository-uri
Comprehensive frameworks for building and managing network-accessible application interfaces.
Explore 6 awesome GitHub repositories matching web development · API Frameworks. Refine with filters or upvote what's useful.
This project is an end-to-end type-safe API framework designed to synchronize data structures between frontend and backend codebases without the need for manual code generation. By leveraging TypeScript’s type inference, it allows developers to invoke server-side functions directly from the client as if they were local methods. This remote procedure call approach abstracts away the complexities of HTTP verbs and URL structures, streamlining the full-stack development workflow into a unified experience. The framework distinguishes itself through a modular router architecture that organizes bac
Provides a complete framework for building end-to-end type-safe APIs.
This is a Go backend template that structures a web service into domain, usecase, controller, and repository layers with strict dependency inversion. It provides a foundation for building maintainable and testable REST APIs by separating business logic from transport and data access concerns. The project implements JWT-based authentication, issuing access and refresh tokens for user signup, login, and protected endpoint access. It uses the Gin HTTP framework to build a Docker-packaged REST API with public and private route groups, request validation, and middleware-based authentication. Depen
Ships a REST API built on the Gin HTTP framework with public and private routes.
go-gin-api is an API framework built on the Gin HTTP router that integrates common middleware and tools for rapid business development. It provides a modular structure for organizing API handlers and middleware, with built-in support for JWT token authentication to secure endpoints and GORM for database object-relational mapping and operations. The framework includes a gRPC service component for inter-service communication, along with middleware for collecting Prometheus metrics and generating Swagger API documentation from code annotations. It also features OpenTelemetry trace propagation fo
An API framework built on Gin that integrates common middleware and tools for rapid business development.
This project is a Go programming language study guide and backend development course. It provides a collection of learning notes and practical examples covering fundamental syntax and core language concepts. The repository functions as a tutorial for building web APIs and network services. It includes implementation guides for the Gin web framework and code demonstrations for creating remote procedure call services using Protocol Buffers. The material covers backend API engineering, including routing, data binding, and error handling. It also includes examples of structured logging and custo
Provides a practical implementation guide for building web APIs using the Gin framework.
Acest repository este o colecție de tipare de implementare, cod tutorial și exemple practice pentru construirea de aplicații web cu framework-ul Gin în Go. Acesta servește ca un ghid pentru învățarea modului de structurare a serverelor web Go, concentrându-se în mod specific pe maparea căilor URL la funcții handler și gestionarea fluxului de cereri. Proiectul oferă demonstrații de implementare a middleware-ului pentru sarcini precum autentificarea, logarea și rate limiting-ul. Include, de asemenea, exemple de referință pentru dezvoltarea de API-uri REST, cu accent pe structurarea datelor și trimiterea de răspunsuri JSON către clienți.
Provides instructional guides and practical code examples for learning how to use the Gin web framework.
paopao-ce este o platformă socială comunitară concepută pentru publicarea de conținut și gestionarea relațiilor dintre utilizatori. Oferă un mediu de rețelistică scalabil care implementează atât modele sociale bazate pe prietenie, cât și pe urmăritori, pentru a reglementa interacțiunea utilizatorilor și partajarea conținutului. Platforma integrează un portofel digital și conectivitate la gateway-uri de plată pentru a gestiona tranzacțiile financiare și a menține soldurile utilizatorilor. Utilizează o combinație de backend bazat pe Go și frontend bazat pe JavaScript pentru a-și livra serviciile. Sistemul include capabilități pentru gestionarea identității prin verificare SMS și sesiuni securizate bazate pe token-uri. De asemenea, dispune de căutare a conținutului comunitar folosind indexare inversată, persistența media prin stocare de obiecte și generarea automată a specificațiilor API lizibile de către mașini. Observabilitatea este gestionată prin capturarea log-urilor de sistem și profilarea performanței pentru a identifica blocajele de procesare.
Uses the Gin web framework to build high-performance API services and server-side logic.