Skip to content

Commit

Permalink
adds ws videos
Browse files Browse the repository at this point in the history
  • Loading branch information
nimonian committed Sep 19, 2024
1 parent 8bdafbb commit 546ce8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions src/express/syncing-clients.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Syncing clients

Now that we can make a web socket server, how do we send messages between
clients?

In this guide, we will make a simple application in which a connected client
sends a message, and all other clients will receive the message.
<Vimeo id="1010811238" />

## Setting up the server

Expand Down
6 changes: 1 addition & 5 deletions src/express/web-socket-server.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Web socket servers

A web socket server enables a live, real-time connection between the client
(e.g. web browser) and server.

Most importantly, this is a two-way connection, so the server can send messages
to the client without the client needing to make a GET request.
<Vimeo id="1010811222" />

::: info

Expand Down

0 comments on commit 546ce8c

Please sign in to comment.