An open API service indexing awesome lists of open source software.

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)

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.