dilagurung / spring-websocket-chat

Chat application using Spring WebSockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-websocket-chat

Join the chat at https://gitter.im/salmar/spring-websocket-chat Build Status

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

Spring WebSocket Chat

Features

  • Built with Spring Boot
  • 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 with Spring Security
  • Spring Session integration

Running the app

gradle bootRun

About

Chat application using Spring WebSockets


Languages

Language:JavaScript 42.7%Language:HTML 28.6%Language:CSS 22.9%Language:Java 3.2%Language:CoffeeScript 2.7%