Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.26 KB

Chat!

Chat! is an online chat site with private & group chat ⛺

Notes:

*chat messages travel on STOMP over WebSocket

Architecture Map:

archi (3840 x 2160 px)

Requirements:

Some Thoughts...

The application adopts a publish-subscribe pattern to realize Web-based chatting:

  • Spring Boot server + RabbitMQ server as Event notification server (ENS)
  • React app Web client as Consumer client & Publisher client

Implementation Reference (chat features):

Build a Chat Application using Spring Boot + WebSocket + RabbitMQ - JavaInUse