Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 7, 2023
1 parent 0c7e0f0 commit 4c0b95c
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions springChatRoom/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,37 @@
# Spring Chat Room

- UI : http://localhost:8080
Build a chat system with webSocket, run in Spring boot system.

## Run
```bash
```
- UI : http://localhost:8080

## Tech
- Java 11
- spring boot 3.0.12
- webSocket
- STOMP
- FE
- SockJS (webSocket client)
- Extension
- Redis
- Redis

## Run
```bash
mvn package -DskipTests
java -jar target/springChatRoom-0.0.1-SNAPSHOT.jar
```

## Todo
- Feature
- private msg (1 to 1)
- group chat
- setup group, group chat
- @ "notification"
- msg push (?)
- "read" 已讀 feature
- show user list
- save history msg
- broadcast msg
- push msg to users (offer API)
- offer user counts/online users (offer API)

## Knowledge
- WebSocket
Expand Down

0 comments on commit 4c0b95c

Please sign in to comment.