# solutions-pubsub-websockets **Repository Path**: mirrors_GoogleCloudPlatform/solutions-pubsub-websockets ## Basic Information - **Project Name**: solutions-pubsub-websockets - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # solutions-pubsub-websockets _A sample application illustrating how to stream Google [Cloud Pub/Sub](https://cloud.google.com/pubsub/) messages to a browser using WebSockets_ As more applications embrace an event-driven model, it becomes important that user-interfaces can achieve simple, low-friction connectivity to the messaging services that form the cornerstone of these architectures. Several options for streaming data to web browser clients are available, the most common of which is WebSockets. This repository contains code illustrating how to distribute a stream of messages published via Pub/Sub to a browser front-end using the WebSockets protocol. See the published GCP [tutorial](https://cloud.google.com/solutions/streaming-cloud-pub-sub-messages-over-websockets) for full details and instructions.