Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Understanding the realtime ecosystem
Search
Srushtika Neelakantam
November 10, 2017
Technology
0
62
Understanding the realtime ecosystem
For Chattanooga Developers Lunch meetup, TN, USA.
Srushtika Neelakantam
November 10, 2017
Tweet
Share
More Decks by Srushtika Neelakantam
See All by Srushtika Neelakantam
Realtime data on the JAMstack
srushtika
0
70
NodeJS worker threads
srushtika
0
29
Building scalable breakout rooms with Node.js worker threads
srushtika
0
91
Building a multiplayer version of space invaders
srushtika
1
99
Ably Masterclass Episode 2 - Building an IoT based realtime attendance system for Slack
srushtika
0
2.3k
Ably Masterclass Episode 1 - Building a realtime voting app in less than an hour
srushtika
0
2.9k
Understanding how 'Hubs by Mozilla' works
srushtika
1
120
Mixed Reality - Zero to Hero in 25min
srushtika
1
110
The current state of the data sharing economy
srushtika
1
59
Other Decks in Technology
See All in Technology
知覚とデザイン
rinchoku
1
680
入院医療費算定業務をAIで支援する:包括医療費支払い制度とDPCコーディング (公開版)
hagino3000
0
130
東京大学「Agile-X」のFPGA AIデザインハッカソンを制したソニーのAI最適化
sony
0
180
[re:Inent2025事前勉強会(有志で開催)] re:Inventで見つけた人生をちょっと変えるコツ
sh_fk2
1
1.1k
AI機能プロジェクト炎上の 3つのしくじりと学び
nakawai
0
180
CLIPでマルチモーダル画像検索 →とても良い
wm3
2
690
AWS DMS で SQL Server を移行してみた/aws-dms-sql-server-migration
emiki
0
270
設計に疎いエンジニアでも始めやすいアーキテクチャドキュメント
phaya72
19
14k
AWS re:Invent 2025事前勉強会資料 / AWS re:Invent 2025 pre study meetup
kinunori
0
920
dbtとAIエージェントを組み合わせて見えたデータ調査の新しい形
10xinc
7
1.6k
AWSが好きすぎて、41歳でエンジニアになり、AAIを経由してAWSパートナー企業に入った話
yama3133
2
220
「タコピーの原罪」から学ぶ間違った”支援” / the bad support of Takopii
piyonakajima
0
160
Featured
See All Featured
Become a Pro
speakerdeck
PRO
29
5.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Documentation Writing (for coders)
carmenintech
76
5.1k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Designing for humans not robots
tammielis
254
26k
What's in a price? How to price your products and services
michaelherold
246
12k
A designer walks into a library…
pauljervisheath
209
24k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Scaling GitHub
holman
463
140k
Transcript
understanding the realtime ecosystem on the web
hello! I am Srushtika Neelakantam @Srushtika |
[email protected]
None
REALTIME What is it, anyways?
The paradigm
let’s talk about the rules a.k.a protocols WEBSOCKETS M Q
T T CoAP H T T P S HTTP/2 T C P / I P U D P
HTTP
AJAX POLLING
AJAX LONG POLLING
HTTP/2
so, what’s wrong (or right)!?
WEBSOCKETS
Initial HTTP handshake Connection upgraded to websockets Source: Wikipedia Request
Response
“ Core concepts of the realtime world Pub/Sub Data-Sync RPCs
Presence Realtime Search
Pub/Sub Topic - Based Content - Based channels A B
C I would like to have ‘A’ publishers subscribers subscribers I would like to have ‘XYZ’ publishers all data server server
Data-sync via deepstreamHub
RPCs request response client server/ router P 1 P 2
P 3 P 4 providers
Presence
Realtime Search ? server/ router client Realtime database logic request
responses
Realtime is hard!
Realtime is hard! Or is it?
let’s look at a few examples!
Event emitted
Event emitted
THAT’S ALL FOLKS ! Srushtika Neelakantam @Srushtika |
[email protected]
thankyou!