HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ondras

no profile record

Submissions

Show HN: The custom HTML element for interactive panoramas

github.com
3 points·by ondras·4년 전·0 comments

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

dash.deno.com
186 points·by ondras·5년 전·45 comments

comments

ondras
·5년 전·discuss
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년 전·discuss
TypeScript...