Skip to content

wangzhiwubigdata/spring-websocket-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • CSS 23.0%
  • HTML 16.2%
  • CoffeeScript 1.5%
  • Java 1.4%