Skip to content

Commit 546ce8c

Browse files
committed
adds ws videos
1 parent 8bdafbb commit 546ce8c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/express/syncing-clients.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Syncing clients
22

3-
Now that we can make a web socket server, how do we send messages between
4-
clients?
5-
6-
In this guide, we will make a simple application in which a connected client
7-
sends a message, and all other clients will receive the message.
3+
<Vimeo id="1010811238" />
84

95
## Setting up the server
106

src/express/web-socket-server.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Web socket servers
22

3-
A web socket server enables a live, real-time connection between the client
4-
(e.g. web browser) and server.
5-
6-
Most importantly, this is a two-way connection, so the server can send messages
7-
to the client without the client needing to make a GET request.
3+
<Vimeo id="1010811222" />
84

95
::: info
106

0 commit comments

Comments
 (0)