PubNub Guides
What is Socket.IO?
Socket.IO is cross-platform library that provides full-duplex bidirectional communication between a client and a server based on events.
What is React?
React is an open-source JavaScript library popular for building user interfaces (UI) for web and mobile applications.
What is HTTP Streaming?
HTTP Streaming allows a web server to continuously send data to a client over a single HTTP connection that remains open indefinitely.
What is OAuth?
OAuth is an open standard authorization framework that allows third-party apps to access user data without requiring login credentials.
What is Kubernetes?
Kubernetes is an open-source container orchestration platform that automates containerized applications' deployment, scaling, and management.
What is WebRTC?
WebRTC is an open-source project that enables real-time communication capabilities directly within web browsers and mobile applications.
What is gRPC?
gRPC, which stands for Google Remote Procedure Call, allows developers to build high-performance, language-agnostic APIs for distributed systems.
What is HTTP/3?
HTTP/3 (HTTP-over-QUIC) is the foundational protocol for the Web. App layer protocol for communication between web browsers and servers.
What is MQTT Protocol?
MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol for efficient real-time communication between devices.