Skip to content

Commit

Permalink
chore: add industry expert & update lecture 6 content
Browse files Browse the repository at this point in the history
  • Loading branch information
choyiny committed Jun 22, 2024
1 parent 917c8e6 commit abd51d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/content/lectures/6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
week: 6
title: Real-time web applications
date: 2024-06-13
description: Enabling real-time capabilities in the browser on a web application and receiving real-time updates from third-party services with webhooks.
description: Enabling real-time capabilities in the browser on a web application with text, audio, video and screen sharing; Receiving real-time updates from third-party services with webhooks.
googleSlidesUrl: https://docs.google.com/presentation/d/1c2u0bt9Xuvs3BV4S-G4DJCKkSNxsn14CbMFMBOHflo4/
---

Expand All @@ -13,9 +13,10 @@ Why...
- Do we need real-time features in web applications?
- Are Websockets a better choice than classic methods like long-polling?
- Are webhooks important for implementing real-time features from third-party services?
- Do we need to use different strategies when scaling up the number of users with WebRTC?

How to...

- Use Websockets for two-way communication between client and server
- Use Server Sent Events (SSE) for one-way communication from server to client
- Receive webhooks from third-party services
- Receive and process webhooks from third-party services using best practices
4 changes: 4 additions & 0 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export const environment = {
name: "Olivia Zhang",
title: "Principal Software Engineer, Capital One",
},
{
name: "Jeffrey Cheung",
title: "Software Engineering Manager, Symon at Varicent",
},
],
},
],
Expand Down

0 comments on commit abd51d5

Please sign in to comment.