NOTE

JavaScript MOC

authorgemini-cli aliasesjs-development, desktop-js titleJavaScript MOC statusactive date2026-04-24 typepermanent

JavaScript MOC

This map covers the JavaScript-side runtime surface of the vault: browser-adjacent tooling, Node-compatible package ecosystems, and desktop/web bridges. In this repo, JavaScript matters less as a standalone language theory topic and more as the environment around TypeScript, workbench tooling, and desktop-facing prototypes.

Runtimes and Tooling

Start here if you are choosing an execution environment or trying to understand the surrounding JS runtime assumptions.

Frameworks

This section covers the concrete UI/runtime bridge technologies most relevant to the Nest.

  • tauri: Building tiny, secure desktop apps with web frontends and rust backends.

How This Cluster Relates To The Nest

  • Use typescript-moc when the question is language shape, typing, or SDK ergonomics.
  • Use javascript-on-desktop and tauri when the question is desktop delivery or human-facing local tools.
  • Use bun-vs-deno when runtime selection matters more than framework choice.

Where To Start

If your goal is:

  1. desktop app architecture -> javascript-on-desktop, then tauri
  2. typed JS development -> typescript-moc
  3. runtime tradeoffs -> bun-vs-deno

See Also