18 Repos
Server-side development of RESTful endpoints to handle business logic and data exchange.
Distinct from REST API Clients: Candidates focused on clients or specific diagnostic endpoints; this is a general API implementation.
Explore 18 awesome GitHub repositories matching web development · REST API Implementations. Refine with filters or upvote what's useful.
This project is a Spring Boot reference implementation and learning resource designed to demonstrate the core features and architectural patterns of the Spring framework. It serves as a Java enterprise application template and boilerplate for building RESTful APIs, providing a structured codebase for practicing application development. The repository provides practical examples of microservices architecture orchestration, including the use of service discovery and inter-service communication to coordinate distributed services. It also implements reference patterns for RESTful API design with
Provides a boilerplate for server-side REST API implementations handling business logic and JSON exchange.
This project is a full-stack project management web application designed for organizing work and managing project workflows. It consists of a Node.js TypeScript REST API for server-side business logic and a React component UI library for the frontend interface. The application implements a board-based task visualization system with customizable status workflows. It provides mechanisms for issue workflow management, including task prioritization and team member assignment to track responsibilities and progress. The system is built with a decoupled client-server architecture using full-stack T
Provides a RESTful API to manage project entities and business logic using a relational database.
Spark is a lightweight Java web framework and embedded server designed for building web applications with minimal boilerplate. It functions as an HTTP routing engine that maps URL paths and methods to handler functions, providing a specialized domain specific language for web development in Kotlin. The framework enables the implementation of REST APIs and web services through the definition of HTTP routes. It supports the extraction of dynamic path parameters and the transformation of response data into formats such as JSON. Additional capabilities include the ability to serve static files a
Provides a framework for developing RESTful endpoints that map HTTP methods and paths to business logic handlers.
Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp
Registers new REST API handlers and routes in the server to extend its functionality.
This repository is a curated collection of tutorials and source code examples for learning Spring Boot development, covering a range of practical project types. It provides hands-on materials for building complete applications, including a bulletin board forum system, a full-stack blog, and a large-scale e-commerce system, as well as projects that demonstrate a decoupled frontend and backend architecture. The collection focuses on guiding developers through real-world application construction, with step-by-step tutorials and source code studies for each project. It covers fundamental Spring B
Teaches building RESTful endpoints for data exchange in Spring Boot projects.
ToolBench is an open platform for training, serving, and evaluating large language models that retrieve and call real-world APIs to complete user instructions. It provides an API-aware inference engine that selects relevant tools from a large corpus and generates sequences of tool calls to produce final answers, along with a custom API registration system that lets users add their own REST endpoints for the model to discover and invoke. The platform includes a complete instruction-tuning pipeline for training models on curated tool-use data, a multi-tool execution engine that coordinates sequ
Registers user-defined REST APIs with documentation and implementation for model discovery during inference.
Dieses Projekt ist ein Integrations-Framework, das Apache Dubbo Remote Procedure Call (RPC) Dienste innerhalb von Spring Boot Anwendungen bootet. Es dient als Microservice-Kommunikations-Framework, das die Implementierung von RPC-Diensten, Service-Discovery und verteilter Governance durch automatisierte Konfiguration ermöglicht. Das Projekt zeichnet sich durch eine sprachübergreifende RPC-Brücke aus, die es Diensten in verschiedenen Sprachen ermöglicht, über Standards wie gRPC und Protobuf zu kommunizieren. Zudem ermöglicht es die Bereitstellung von Backend-Microservices als REST-Endpunkte unter Verwendung des Triple-Protokolls für den direkten Zugriff aus Webbrowsern und Drittanbieter-Clients. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich verteilter Service-Governance für Traffic-Routing und Rate-Limiting, zentralisiertem Konfigurationsmanagement und Microservice-Observability für Request-Tracing und Health-Monitoring. Es unterstützt zudem diverse Transport-Layer und Speicherintegrationen für Redis und Memcached. Das Projekt bietet Starter und Konfigurationen zur Automatisierung des Bootstrappings der RPC-Infrastruktur innerhalb der Spring Boot Umgebung.
Implements server-side RESTful endpoints to enable cross-language communication over HTTP.
Backendlore ist eine Sammlung von Architekturleitfäden und Mustern für den Aufbau zustandsloser JSON-HTTP-APIs mit Node.js. Der Fokus liegt auf dem Design von Backend-Systemen, die Sitzungs- und Anwendungszustände auf externe Datenbanken und In-Memory-Stores auslagern, um horizontales Skalieren zu erleichtern. Das Projekt bietet spezifische Implementierungsstandards für REST-APIs, einschließlich der Validierung von Request-Payloads und der Verwendung kryptografisch signierter Cookies für das Sitzungsmanagement. Es beschreibt eine Strategie für das Dateimanagement, die lokales Dateisystem-Caching für schnelle Auslieferung mit Cloud-Objektspeichern für langfristige Haltbarkeit kombiniert. Das Framework deckt ein breites Spektrum an systemnahen Funktionen ab, einschließlich Sicherheitsprimitiven für CSRF-Prävention und berechtigungsbasiertem Routing, Performance-Optimierungen wie Hash-basiertem Content-Caching und Multi-Prozess-Cluster-Skalierung sowie Observability-Tools für zentralisierte Systembenachrichtigungen. Zudem werden Workflows für Datenbank-Schema-Migrationen und Linux-Server-Deployments skizziert.
Establishes implementation standards for REST APIs including payload validation and session management.
Dieses Projekt ist eine umfassende Bildungsressource und ein technischer Leitfaden für den Aufbau von Enterprise-Backend-Anwendungen und RESTful-Services mit dem Spring-Boot-Framework. Es dient als Schritt-für-Schritt-Tutorial für die Entwicklung von serverseitiger Logik, API-Routing und verteilten Systemen im Java-Ökosystem. Die Dokumentation bietet spezifische Implementierungsleitfäden für Microservices-Architekturen mit Fokus auf die Koordination verteilter Dienste und eventgesteuerte Kommunikation. Sie enthält eine praktische Referenz für das Spring-Ökosystem mit detaillierten Abschnitten zu Sicherheitsimplementierung und Datenpersistenz. Das Material deckt zentrale Bereiche ab, darunter die Entwicklung von RESTful-Webservices, Datenbank-Persistenzmanagement und die Integration von Message-Brokern für entkoppelte Kommunikation. Zudem werden Anwendungssicherheit durch Token-basierte Authentifizierung, automatisiertes Backend-Testing mit isolierten Mocks und das Management asynchroner Task-Verarbeitung behandelt.
Implements server-side RESTful endpoints for structured data exchange between clients and servers.
LoopBack Next is a Node.js API framework used for building REST and multi-protocol APIs. It functions as an OpenAPI server implementation that can either generate machine-readable specifications from code or produce implementation controllers and models from existing specifications. The framework distinguishes itself through a central dependency injection container and a repository-pattern data access layer. This architecture decouples application logic from component construction and persistent storage, allowing for a pluggable system where data sources and business logic are isolated throug
Provides a comprehensive framework for implementing server-side RESTful endpoints with standard CRUD semantics.
NorthwindTraders is an ASP.NET Core sample application that serves as a reference implementation for developing RESTful web APIs. It demonstrates the use of the .NET ecosystem to expose business functionality over HTTP. The project provides an example of a layered application architecture, separating business logic from infrastructure and external dependencies. It implements an Entity Framework Core data layer using a code-first approach to map application objects to a relational database. The implementation covers core backend capabilities including relational database integration, server-s
Provides a complete server-side implementation of RESTful endpoints for business logic and data exchange.
Dieses Projekt ist eine Beispielanwendung und Referenzimplementierung für das Spring MVC-Framework. Es dient als Demonstration, wie Webanwendungen durch die Trennung von Geschäftslogik und Benutzeroberfläche mittels Model-View-Controller-Architekturmuster erstellt werden. Die Anwendung bietet Beispiele für die Verarbeitung von HTTP-Requests, einschließlich der Erfassung von Request-Daten, der Verarbeitung von Datei-Uploads und der Generierung formatierter HTTP-Antworten. Sie implementiert REST-API-Endpunkte, die Requests auf Handler-Methoden abbilden und Daten in Formaten wie JSON und XML zurückgeben. Das Projekt deckt grundlegende Webentwicklungsfunktionen ab, einschließlich Request-Routing, Datenvalidierung und Exception-Mapping. Es demonstriert die Verwendung von Interceptoren für Cross-Cutting-Logik und Message-Convertern für die Datenserialisierung.
Implements RESTful endpoints to handle business logic and data exchange in JSON or XML formats.
Dieses Projekt ist eine Sammlung von Referenzimplementierungen und Demonstrationsprojekten für Computer Vision, DevOps-Automatisierung, verteilte Systeme und Java-basierte Microservices. Es bietet eine Programmbibliothek als Referenz sowie praktische Beispiele für die Entwicklung von Server-Side-Anwendungen, die Containerisierung von Diensten und die Orchestrierung von Clustern. Das Repository enthält ein umfassendes Toolset für die DevOps-Automatisierung, einschließlich Skripten und Playbooks für CI/CD-Pipelines und die automatisierte Cluster-Installation. Es umfasst ein Computer-Vision-Demoprojekt für die Objekterkennung und Gesichtsanalyse sowie detaillierte Anleitungen und Konfigurationsdateien für Docker-Containerisierung und Kubernetes-Deployment. Das Projekt deckt ein breites Spektrum an Fähigkeiten für verteilte Systeme ab, darunter gRPC- und RESTful-API-Implementierung, Message Queuing und Data Streaming. Zudem adressiert es die Observability der Infrastruktur durch Distributed Tracing und System-Performance-Monitoring sowie Big-Data-Verarbeitung und Optimierung der Datenspeicherung. Die Codebasis enthält Implementierungsbeispiele für Java und Go und stellt Quellcode für die native Binärkompilierung sowie Multi-Stage-Container-Builds bereit.
Provides implementations of RESTful web services to handle HTTP requests and responses.
Dieses Repository ist eine Sammlung von Referenzimplementierungen und Projekt-Scaffolds für das Koa-Web-Framework. Es bietet eine Reihe von Boilerplates und Beispielen für die Erstellung von Node.js-Webanwendungen, einschließlich vordefinierter Projektstrukturen mit Datenbankintegrationen und Containerisierung. Das Projekt demonstriert die Implementierung von REST-APIs und die Verwendung von HTTP-Middleware-Mustern zur Komposition von Request-Handlern. Es enthält praktische Anleitungen für das Design strukturierter Endpunkte und Muster für das Ressourcenmanagement. Die bereitgestellten Beispiele decken ein breites Spektrum an Funktionen ab, darunter serverseitiges Rendering, Echtzeit-Datenstreaming mittels Server-Sent Events und Webanwendungssicherheit. Dazu gehören Implementierungen für die Verwaltung der Benutzerauthentifizierung und den Schutz vor Cross-Site Request Forgery.
Demonstrates the server-side development of structured RESTful endpoints for business logic and data exchange.
Dieses Projekt ist eine Referenzimplementierung von Domain-Driven-Design-Mustern und ein Beispiel für Command Query Responsibility Segregation (CQRS). Es bietet eine Sammlung ereignisgesteuerter Microservices, die die praktische Anwendung architektonischer Prinzipien zur Strukturierung komplexer Softwaresysteme demonstrieren. Die Implementierung trennt Lese- und Schreibmodelle durch ein Event-Journal und organisiert Services in Bounded Contexts, um klare funktionale Grenzen zu wahren. Sie koordiniert Geschäftslogik durch das Versenden und Konsumieren von Domain-Events, um verschiedene Module zu synchronisieren. Das Projekt deckt eine Reihe architektonischer Fähigkeiten ab, einschließlich Event-Sourced State Persistence, materialisierter Leseprojektionen und Domain-Driven-Layering. Es enthält zudem eine REST-API-Implementierung, um die Kern-Geschäftslogik für externe Systeme bereitzustellen.
Implements RESTful endpoints to facilitate data exchange and process triggering by external clients.
Die WordPress REST API ist eine Webschnittstelle und eine JSON-basierte Content-API, die das Abrufen und Ändern von Website-Inhalten, Benutzern und Metadaten über Standard-HTTP-Methoden ermöglicht. Sie fungiert als Headless-CMS-Schnittstelle, die das Content-Management vom Frontend entkoppelt, indem sie Website-Daten über einen programmierbaren RESTful-Controller bereitstellt. Das System zeichnet sich durch seine hypermediagesteuerte Erkennung und JSON-Schema-basierte Validierung aus, die es Clients ermöglichen, Ressourcen programmatisch zu lokalisieren und einen vorhersagbaren Datenaustausch zu gewährleisten. Es nutzt eine Namespace-basierte Endpunktregistrierung zur Organisation von Routen und unterstützt eine flexible Authentifizierungsschicht, einschließlich Anwendungspasswörtern, Session-Cookies und Identitätsstandards von Drittanbietern. Die API deckt ein breites Spektrum an Ressourcenmanagement-Funktionen ab, einschließlich der Handhabung von Beiträgen, Seiten, Medien und blockbasierten Inhalten. Sie bietet umfassende Dienstprogramme für das Response-Management, wie Ressourcen-Embedding, Paginierung und Feldfilterung, sowie Tools zur Verwaltung von Inhaltsrevisionen und der Website-Administration. Für die Abstraktion von Netzwerkanfragen in hochgradig programmierbare Schnittstellen werden sprachspezifische SDKs unterstützt.
Allows for the definition of unique endpoints and data schemas to expose custom business logic via a RESTful interface.
Dieses Projekt ist ein umfassendes Framework für die iOS-App-Entwicklung, das sich auf den Aufbau mobiler Anwendungen mit benutzerdefinierten UI-Komponenten, asynchronem Task-Management und lokaler Datenpersistenz konzentriert. Es dient als technische Wissensdatenbank für Software-Engineering und bietet Tools zur Organisation und Veröffentlichung architektonischer Analysen und Notizen im Markdown-Format. Das Framework zeichnet sich durch eine robuste dokumentenbasierte Speicherschicht aus, die BSON-formatierte Datensätze nutzt, um CRUD-Operationen innerhalb eines NoSQL-Dokumentenspeichers durchzuführen. Es bietet umfangreiche Systemintegrationsfunktionen, einschließlich spezialisierter App-Extension-Kommunikation, Cross-Sandbox-Messaging und nativer Share-Sheet-Präsentation, was eine nahtlose Interaktion zwischen der Host-Anwendung und Systemdiensten ermöglicht. Das Projekt deckt eine breite Funktionsfläche ab, einschließlich fortgeschrittenem Concurrency-Management mit thread-sicherer Synchronisierung, Auslagerung des Hintergrund-UI-Renderings zur Wahrung der Reaktionsfähigkeit und umfassender Internationalisierungsunterstützung. Es enthält zudem entwicklerfokussierte Utilities für statische Typgenerierung, automatisierte Asset-Mappings und interaktive Prototypenkonstruktion sowie spezialisierte Tools für geografisches Beacon-Monitoring und adaptive Diagrammerstellung.
Creates web services that handle HTTP requests using routing middleware to serve dynamic content and JSON data.
TodoApp is a task management web application designed for organizing and tracking pending items. It consists of a web-based interface and a REST API backend that handles business logic and data requests. The system includes an OAuth 2.0 identity provider for user authentication via passwords and external social providers, as well as an API gateway proxy that routes traffic from the frontend to the backend to prevent cross-origin resource sharing issues. Operational capabilities cover system observability through OpenTelemetry for collecting logs and metrics, request rate limiting to maintain
Implements a REST API backend to handle business logic and data requests for the web interface.