HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ondras

no profile record

Submissions

Show HN: The custom HTML element for interactive panoramas

github.com
3 points·by ondras·4 tahun yang lalu·0 comments

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

dash.deno.com
186 points·by ondras·5 tahun yang lalu·45 comments

comments

ondras
·5 tahun yang lalu·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 tahun yang lalu·discuss
TypeScript...