Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
/ chat Public archive

Demo of SSE & Redis Streams with Node

Notifications You must be signed in to change notification settings

moonglum/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f2dd51 · Jun 9, 2023

History

31 Commits
Jan 15, 2023
Jan 15, 2023
Jul 15, 2018
Jul 15, 2018
Jul 15, 2018
Jul 15, 2018
Jan 15, 2023
Jan 15, 2023
Jan 15, 2023
Jan 17, 2023
Jun 9, 2023
Jun 9, 2023
Jun 1, 2020

Repository files navigation

SSE Events with Node.js and Redis Streams

Goals:

  • Demonstrate SSEs and how they are simpler than WebSockets
  • Demonstrate the power of Redis and Redis Streams
  • Show Progressive Enhancement with Custom Elements for a Chat App

Setup

docker compose up

Go to http://localhost:8000