https://github.com/magicxor/ssechat
A real-time chat web app working without JS (using Server-Sent Events)
https://github.com/magicxor/ssechat
asp-net asp-net-core dotnet dotnet-10 html idea mvp no-javascript no-js poc proof-of-concept server-sent-events sse
Last synced: 7 days ago
JSON representation
A real-time chat web app working without JS (using Server-Sent Events)
- Host: GitHub
- URL: https://github.com/magicxor/ssechat
- Owner: magicxor
- License: unlicense
- Created: 2025-05-18T04:48:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-18T05:38:58.000Z (about 1 year ago)
- Last Synced: 2025-05-31T08:52:39.353Z (12 months ago)
- Topics: asp-net, asp-net-core, dotnet, dotnet-10, html, idea, mvp, no-javascript, no-js, poc, proof-of-concept, server-sent-events, sse
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
https://github.com/user-attachments/assets/4e6cb6be-fbcb-4c9b-aa99-c2c68f7dad35
## Features
* Real-time messaging.
* No JavaScript required on the client-side for core chat functionality.