Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update todo
  • Loading branch information
yennanliu committed Nov 4, 2023
commit 28751b1ed36ec595286d1477a47f226107eee72e
20 changes: 18 additions & 2 deletions springChatRoom/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Spring Chat Room

- UI : http://localhost:8080

## Run
```bash
```

## Tech
- spring boot
- Spring socket
- Java 11
- spring boot 3.0.12
- webSocket
- STOMP
- Extension
- Redis

## Todo
- Feature
- private msg (1 to 1)
- group chat
- @ "notification"
- msg push (?)
- "read" 已讀 feature
- show user list
- save history msg

## Knowledge
- WebSocket
Expand Down