Skip to content

magicxor/SseChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSE Chat

This project is a proof-of-concept (PoC) demonstrating a real-time chat application that operates without any client-side JavaScript. It leverages Server-Sent Events (SSE) to push messages from the server to connected clients.

chat-demo.mp4

Features

  • Real-time messaging.
  • No JavaScript required on the client-side for core chat functionality.