Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minghsu0107 authored Mar 1, 2022
1 parent 3d4d358 commit 99c086e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Go Random Chat
Fast and scalable real-time random chat written in go.
Modern real-time random chat written in go.

Features:
- Real-time communication and efficient websocket handling using [Melody](https://github.com/olahol/melody).
Expand All @@ -8,6 +8,8 @@ Features:
- If you prefer at-least-once delivery for message Pub/Sub, please refer to [this branch](https://github.com/minghsu0107/go-random-chat/tree/kafka) where Kafka is used as the message broker.
- High performance and linear scalability.
- User matching with idempotency.
- Message seen feature.
- Auto-scroll to the first unseen message.
- Responsive web design.
## Usage
```bash
Expand Down

0 comments on commit 99c086e

Please sign in to comment.