Overview
A communication protocol providing full-duplex communication channels over a single persistent TCP connection.
More in Software Engineering
Queue System
Paradigms & PatternsA data structure and infrastructure for managing asynchronous task processing and inter-service communication.
Test-Driven Development
Development PracticesA development practice where failing tests are written before the code that makes them pass.
Garbage Collection
Paradigms & PatternsAutomatic memory management that reclaims memory occupied by objects no longer referenced by the program.
Behaviour-Driven Development
Development PracticesA development approach where application behaviour is described in a natural language format before implementation.
Package Manager
Paradigms & PatternsA tool that automates the process of installing, upgrading, configuring, and removing software packages.
Unit Testing
Quality & TestingTesting individual components or functions in isolation to verify they produce the expected output.
Webhook
Paradigms & PatternsAn HTTP callback that delivers real-time notifications from one application to another when a specified event occurs.
Idempotency
ArchitectureThe property where an operation produces the same result regardless of how many times it is executed.