3 dépôts
Mechanisms for fetching and streaming live data from external cloud databases into static web pages.
Distinct from Firebase Integration: The candidates focus on mobile authentication or push notifications; this is about streaming content data from Firebase to a static site.
Explore 3 awesome GitHub repositories matching web development · Real-Time Data Integrations. Refine with filters or upvote what's useful.
oboe.js est un analyseur JSON en streaming et un client HTTP stream conçu pour le traitement incrémentiel des données. Il permet aux applications d'agir sur des objets JSON individuels dès leur arrivée via une requête réseau ou un flux lisible, avant même que le téléchargement complet ne soit terminé. La bibliothèque fonctionne comme un transformateur de flux JSON, permettant la modification, le filtrage et le mappage des nœuds à la volée. Elle propose une sélection de nœuds basée sur le chemin pour déclencher des rappels (callbacks) lorsque des modèles spécifiques sont détectés, et peut fermer une connexion réseau prématurément une fois les données requises trouvées afin d'économiser la bande passante. Pour gérer des jeux de données dépassant la mémoire système disponible, la bibliothèque utilise une gestion de la mémoire basée sur les flux pour supprimer les nœuds traités. Elle prend également en charge la fusion d'enregistrements historiques avec des mises à jour en temps réel via des connexions longue durée, et offre la possibilité de récupérer des données partielles en cas de coupure de connexion.
Merges existing records with live updates through long-running connections to maintain current application state.
Home is a lightweight static site portfolio framework used to create personal landing pages and digital identity hubs. It provides customizable templates to showcase personal information, interactive widgets, and professional presence. The project integrates dynamic web dashboards featuring real-time information displays for weather, date, and time. It includes a curated link tree for managing social media and external website links, as well as an embedded audio player that loads specific song lists based on site configuration. The framework supports static site customization through JSON-ba
Integrates live weather, time, and date widgets into the personal website.
Blowfish is a responsive theme for the Hugo static site generator, designed for creating content-focused websites. It utilizes the Tailwind CSS UI framework for utility-first styling and a Go-based engine to transform templates into plain HTML. The project features a technical content renderer that transforms LaTeX and Mermaid syntax into mathematical equations and SVG diagrams. It includes a serverless search system that generates a JSON index at build time for client-side retrieval and a multilingual publishing framework with support for right-to-left scripts. The theme covers a broad rang
Integrates Firebase via client-side JavaScript to stream real-time data into page content without requiring site rebuilds.