Skip to content

A simple chat app for chatty people implemented with SSE

Notifications You must be signed in to change notification settings

jonaslins/chatty

Repository files navigation

Chatty

This is a simple chat implemented with Server-Sent Events with Spring Boot

Overview

  • Messages are sent by the client over standard HTTP
  • Messages are received by the server over a SSE stream
  • There is a simple chat broker by chat room
  • The server sends periodically keep-alive messages to the client in order to keep or close the connection

How to run (for now)

Improvements

  • Obviously a decent docker-compose.yml
  • Chat room removal from broker if there's no connection after a while

About

A simple chat app for chatty people implemented with SSE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published