HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ondras

no profile record

投稿

Show HN: The custom HTML element for interactive panoramas

github.com
3 ポイント·投稿者 ondras·4 年前·0 コメント

Deno Deploy Demo: a multi-datacenter chat, client+server in 23 lines of TS

dash.deno.com
186 ポイント·投稿者 ondras·5 年前·45 コメント

コメント

ondras
·5 年前·議論
Right, as jitl suggested. The BroadcastChannel is used to allow cross-datacenter messaging. So every script instance has its own set of clients and forwards incoming client messages to other script/datacenter instances.

I suppose this is not limited to multiple datacenters, but to multiple script instances in one datacenter as well.
ondras
·5 年前·議論
TypeScript...