Backend
177 views
Idempotency
Quick Definition
Property where multiple operations produce same result as once
Full Definition
The property where performing an operation multiple times produces the same result as once.
Examples
PUT/DELETE methods, retry safety, payment processing
Related Terms
rest-api
api-design
retry-safety
More Backend Terms
REST API
Architectural style for designing networked APIs
Load Balancing
Distributing traffic across multiple backend servers
RabbitMQ
Open-source message broker for reliable async messaging
Rate Limiting
Controlling request frequency within a time period
OAuth
Open standard for token-based authentication and authorization
Middleware
Software processing requests between OS and applications