deepanshut041 / spring-angular-chat

This Repository contains real-time chat built on spring and angular with Stomp.

Home Page:https://deepanshut041.github.io/spring-angular-chat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Angular Chat(STOMP)

Cover Image 1-1 instant messaging project designed to demonstrate WebSockets in a load-balanced environment. Users can register, login/logout, see a friendslist, private message all in realtime. WebSocket usages include user presence monitoring, notifications, and chat messages.

Technologies/Design Decisions

  • Backend: Kotlin with Spring Boot
  • Frontend: Angular 8
  • Message Broker: RabbitMQ (PubSub pattern for multi-server messaging)
  • Database: MongoDB
  • ORM: Spring Data
  • WebSocket messaging protocol: Stomp
  • WebSocket handler: Sock.js (with cross-browser fallbacks)
  • Security: Spring Security
  • Spring Controllers couple REST as well as WebSocket traffic
  • Solid Design Principals.

Features

  • OAUTH2 with Google and Facebook. Users can also register via email.
  • Multiple color themes available.
  • Private Friends list with blocking unwanted users.
  • Messages are persisted. Pwa is available provide desktop application features.
  • Offline message support and sync when user is online.
  • Easy add new friends via email. Like WhatsApp add via Phone number.
  • Chat support Images, Audio, Video, Gif's, Map Location. Multiple files with drop in feature.

Themes

Default Theme

Light Theme

Dark Theme

Light Theme

Light Theme

Light Theme

Screenshots

Any questions

If you have any questions, feel free to ask me:

Don't forget to follow me on twitter, github and Medium to be alerted of the new articles that I publish

About

This Repository contains real-time chat built on spring and angular with Stomp.

https://deepanshut041.github.io/spring-angular-chat/


Languages

Language:Kotlin 48.7%Language:TypeScript 39.7%Language:HTML 8.8%Language:CSS 1.4%Language:JavaScript 1.3%