Backend
1,013 views
Rate Limiting
Quick Definition
Controlling request frequency within a time period
Full Definition
Controlling the number of requests a client can make within a time period.
Examples
API throttling, DDoS protection, fair usage policies
Related Terms
api-gateway
security
throttling
More Backend Terms
Authentication
Verifying user identity before granting access
GraphQL
Query language for APIs requesting exactly needed data
Caching
Storing frequently accessed data for improved performance
OAuth
Open standard for token-based authentication and authorization
Backend Development
Building server-side logic, databases, and APIs
API Gateway
Server managing API traffic between clients and services