• Stars
    star
    616
  • Rank 72,837 (Top 2 %)
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chat application using Spring WebSockets

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