---
title: "How to Build a Logging Web App with Server-Sent Events, RxJS, and Express"
url: https://daily.dev/posts/how-to-build-a-logging-web-app-with-server-sent-events-rxjs-and-express-woz-0n2ru
source_url: https://www.freecodecamp.org/news/build-a-logging-web-app-with-server-sent-events-rxjs-and-express/
type: article
source: "freeCodeCamp"
published: 2022-02-09T21:17:56.928Z
updated: 2022-02-09T21:17:56.935Z
tags: ["javascript", "nodejs", "logging", "cryptography"]
reading_time: 6
upvotes: 14
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Build a Logging Web App with Server-Sent Events, RxJS, and Express

**[freeCodeCamp](https://daily.dev/sources/freecodecamp)** · 6 min read · 14 upvotes · 0 comments

## Summary

SSE, short for Server-Sent Events, is a way to send data from your server to your clients. SSE is lightweight, efficient, and very powerful. I'll be using Typescript, Express, and RxJS to show you how to use SSE.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.freecodecamp.org/news/build-a-logging-web-app-with-server-sent-events-rxjs-and-express/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#nodejs](https://daily.dev/tags/nodejs), [#logging](https://daily.dev/tags/logging), [#cryptography](https://daily.dev/tags/cryptography)

[View this post on daily.dev](https://daily.dev/posts/how-to-build-a-logging-web-app-with-server-sent-events-rxjs-and-express-woz-0n2ru)
