Backend
21 views
Webhook
Quick Definition
HTTP callback triggered by specific events
Full Definition
A user-defined HTTP callback triggered by specific events in a source system.
Examples
payment notifications, CI triggers, event-driven integrations
Related Terms
api
event-driven
http
More Backend Terms
REST API
Architectural style for designing networked APIs
Backend Development
Building server-side logic, databases, and APIs
Saga Pattern
Pattern managing distributed transactions with compensating actions
RabbitMQ
Open-source message broker for reliable async messaging
Serverless
Cloud model running code on-demand without server management
Middleware
Software processing requests between OS and applications