Urgent.News

What's breaking now, across thousands of outlets.

Tech

Do you know how Chinese super apps work? A study with Flutter

Você já deve ter ouvido que "o WeChat é seu WhatsApp, seu banco e seu Uber, tudo no mesmo app". Essa comparação vende bem a ideia pra quem nunca usou um super app chinês, mas é só a superfície. Por trás dela existe uma decisão de arquitetura de software bem específica, que a maioria dos artigos sobre "super apps em Flutter" nunca chega a explicar: como um único aplicativo consegue rodar dezenas…

Translated from Portuguese Read in Portuguese

The article discusses the architecture of "super apps" like WeChat, Alipay, and Douyin, which host thousands of third-party services within a single app. These apps use a three-layer architecture: a native shell, a runtime engine, and mini-programs that run isolated and secure code. The key to their functionality is a custom script engine that interprets code at runtime, rather than compiling it natively, due to App Store and Play Store policies.

WeChat, Alipay, and Douyin each use different engines, such as MINA, APPX + V8 Worker, and JS Core, respectively. A W3C working group is attempting to standardize the ecosystem.

Written by urgent.news from Dev.to's report — not a translation of it. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Kernel prepatch 7.3-rc3

The 7.3-rc3 kernel prepatch is out for testing. Linus said: " Another fairly large rc release, and again one with a bigger filesystem footprint that we usually see. "

The Contagion of Fear

  • Students spread panic by warning of computer virus
  • AI expert Jacob Coxon claims 10% AI killing humans risk
  • Fear of AI driven by experts' speculation over reality

The contagion of fear

Article URL: https://bcantrill.dtrace.org/2026/09/13/the-contagion-of-fear/ Comments URL: https://news.ycombinator.com/item?id=49689460 Points: 180 # Comments: 133

More from Sunday 13 September →