izerui / spring-websocket-chat

Chat application using Spring WebSockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-websocket-chat

Chat application using AngularJS and Spring WebSockets (STOMP over WebSockets)

Spring WebSocket Chat

Features

  • User login
  • Chat message broadcasting and private messages (filtering profanities)
  • Presence tracking sending notifications when users join / leave
  • Broadcast notifications when users are typing
  • WebSockets stats exposed at /stats
  • WebSocket security

Running the app

gradle tomcatRun

About

Chat application using Spring WebSockets


Languages

Language:CSS 51.6%Language:JavaScript 39.0%Language:CoffeeScript 5.6%Language:Java 3.9%