Skip to content

Troubleshooting

SecureBitChat edited this page Aug 18, 2025 · 1 revision

on('connection', (connection) => { console.log('Connected:', connection.id); });

on('message', (message) => { console.log('Received:', message.text); });

Clone this wiki locally