You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ STOMP (Simple/Streaming Text Oriented Messaging Protocol) is a simple, text-base
15
15
In Spring Boot, STOMP over WebSocket facilitates real-time communication. It manages subscriptions and messaging, simplifying the development of applications like chat services.
16
16
17
17
## Project Structure
18
-

18
+

19
19
20
20
## Configuring WebSocket in Spring Boot
21
21
@@ -152,14 +152,19 @@ class ChatRoomController {
152
152
153
153
## Creating a front-end UI
154
154
155
-
### Bobby joins chatroom 1
156
-

157
-

158
-
### Timothy joins chatroom 1
159
-

160
-
### Timothy says `Hello` (Timothy perspective)
161
-

162
-
### Bobby responds with `Yo` (Bobby perspective)
163
-

164
-
### John Cena tries to join chatroom 1, but max capacity is 2
165
-

155
+
### Bobby tries joining chatroom 1
156
+

157
+
### Bobby is successful
158
+

0 commit comments