Skip to content

kova98/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

A multi-transport chat application. Currently supports WebSockets, Long Polling and Server-Sent Events.

Frontend Backend

https://chat.rokokovac.com/

image

Features

  • Use WebSocket, Long Polling or Server-Sent Events
  • Join with name
  • Send and receive messages
  • Active users list
  • Chat history

Stack

Frontend: HTML, CSS, JavaScript
Backend: .NET 8
Server: Nginx
CI/CD: GitHub Actions

No additional libraries used.