Skip to content

Commit 0af1ac7

Browse files
committed
docs: add public demo server section to README
1 parent 00d7b64 commit 0af1ac7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,22 @@ export MARCHAT_USERS="admin1,admin2"
111111
./marchat-client
112112
```
113113

114+
## Try the Demo
115+
116+
Want to test marchat without setting up your own server? Try our public demo:
117+
118+
```bash
119+
# Connect to the demo server (unencrypted, not for production)
120+
./marchat-client --username your-username --server wss://marchat.Cod-e-Codes.com/ws
121+
```
122+
123+
**Demo Server Details:**
124+
- **URL**: `wss://marchat.Cod-e-Codes.com/ws`
125+
- **Status**: Public demo (not for production use)
126+
- **Encryption**: Disabled (unencrypted)
127+
- **Data**: Will be wiped periodically
128+
- **Purpose**: Testing and demonstration only
129+
114130
## Database Schema
115131

116132
Key tables for message tracking and moderation:

0 commit comments

Comments
 (0)