Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

magicxor/ChunkedChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

ChunkedChat

This project is a proof-of-concept (PoC) demonstrating a web-based chat application that operates without any client-side JavaScript. It relies on chunked HTML responses to deliver new messages to users in real-time.

chat_demo.mp4

How it Works

The application is built using ASP.NET Core Minimal APIs and C#.

  1. Main Chat Page (/rooms/{room}):

    • When a user navigates to a chat room (e.g., /rooms/general), they are served a simple HTML page.
    • This page embeds two