-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to add descriptions and links
- Loading branch information
Showing
9 changed files
with
72 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
src/content/docs/durable-objects/get-started/video-series/serverless-websocket.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
pcx_content_type: video | ||
title: Create a Serverless Websocket 'Backend' | ||
sidebar: | ||
order: 4 | ||
prev: true | ||
next: true | ||
tableOfContents: false | ||
--- | ||
|
||
import { Details, DirectoryListing, Stream } from "~/components"; | ||
|
||
<Stream | ||
videoId="86c64a50e0ea53dadd1ea1194bdeda92" | ||
videoTitle="Create a Serverless Websocket 'Backend'" | ||
thumbnailStartTime="2.5s" | ||
/> | ||
|
||
In this video, we'll create a WebSocket backend using serverless technology, making the process simpler than ever before. You'll learn how to create your first Durable Object, set up a WebSocket server to coordinate connections, and keep track of connected clients. | ||
|
||
Useful links: | ||
|
||
- [CLI command](/pages/get-started/c3/) for creating new Workers and Pages projects | ||
- [Hopscotch.io](https://hoppscotch.io/) for local websocket testing | ||
- [Github code](https://github.com/megaconfidence/veet) | ||
|
||
<Details header="Video series" > | ||
|
||
<DirectoryListing folder="durable-objects/get-started/video-series" /> | ||
|
||
</Details> |
23 changes: 0 additions & 23 deletions
23
src/content/docs/durable-objects/get-started/video-series/servlerss-websocket.mdx
This file was deleted.
Oops, something went wrong.