Skip to content

Real-time chat web app working without JS (using Server-Sent Events) / chat without js

License

Notifications You must be signed in to change notification settings

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.