mertbesirli / chat-app

Simple Chat Application - WebSocket - SockJs - Stomp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatApp

MIT License Java Platform REST Architecture Spring Boot Framework

Sample chat application with spring WebSocket, SockJs and Stomp protocol

This application demonstrates the usage of spring-websocket and stomp protocol to build a simple chat application. Shows examples for basic websocket messaging without stomp and sockjs, group broadcasting message using stomp and sock js, user-to-user chat with websocket java client implementation using spring-boot.

Path Description
/chat Request Channel
/topic Response Channel

Screenshot_5

Deployement Information

  • JDK 17
  • Build Tool: Maven

License

Distributed under the MIT License. See LICENSE.md for more information.

About

Simple Chat Application - WebSocket - SockJs - Stomp

License:MIT License


Languages

Language:Java 100.0%