File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
116132Key tables for message tracking and moderation:
You can’t perform that action at this time.
0 commit comments