Tag

real-time logs

0 views collected around this technical thread.

Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 24, 2025 · Backend Development

Using Spring's ResponseBodyEmitter for Real‑Time Log Streaming

This article explains how Spring Framework's ResponseBodyEmitter enables real‑time, chunked HTTP responses for use cases such as log streaming, progress updates, chat, and AI output, detailing its advantages over SSE, usage scenarios, core methods, a complete controller example, and best‑practice considerations.

BackendJavaResponseBodyEmitter
0 likes · 9 min read
Using Spring's ResponseBodyEmitter for Real‑Time Log Streaming
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 14, 2022 · Frontend Development

Real‑Time Jenkins Build Log Retrieval with WebSocket in a Frontend Deployment Platform

This article demonstrates how to extend a front‑end deployment platform by adding dynamic routing, a configuration‑detail page, backend APIs, and a full‑stack Socket.IO integration that streams Jenkins build logs to the browser in real time, while also managing a globally unique build instance to synchronize multiple clients.

JenkinsVueWebSocket
0 likes · 18 min read
Real‑Time Jenkins Build Log Retrieval with WebSocket in a Frontend Deployment Platform