Update chatroom.HTML
This commit is contained in:
parent
8667843eed
commit
61d7c87fa8
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
const messageInput = document.getElementById('message');
|
||||
const sendButton = document.getElementById('send');
|
||||
|
||||
// Create a WebSocket connection
|
||||
const socket = new WebSocket('ws://your-server-url');
|
||||
// Create a WebSocket connection using the Echo Test Service
|
||||
const socket = new WebSocket('wss://echo.websocket.org');
|
||||
|
||||
// Handle incoming messages from the server
|
||||
socket.addEventListener('message', event => {
|
||||
|
|
Loading…
Add table
Reference in a new issue