FOAM is described as a full-stack reactive MVC metaprogramming framework primarily implemented in JavaScript. Its core value proposition focuses on building high-performance applications with reduced size and increased developer efficiency, allowing for code generation targeting various languages and platforms. The project appears to be an early-stage or abandoned framework, indicated by its low version number (0.5.0), the use of 'nodejs' (rather than 'node') in examples, a dependency on Google Groups for discussions, and the primary distribution method involving direct HTML script inclusion or pre-bundled `foam.js` files. It predates widespread adoption of modern JavaScript module systems like CommonJS or ESM, typically relying on global scope for accessibility. There is no clear release cadence, and the framework's 'no build' claim for demos contrasts with a build tool for optimized deployment, suggesting a workflow that might be incompatible with contemporary front-end development practices. Key differentiators include its metaprogramming capabilities and focus on efficient code generation, though its current relevance is limited given its apparent inactivity.
Verified import paths — ran on the pinned version, not inferred.
FOAM is primarily designed for global script inclusion in HTML environments, making the `FOAM` object available on the `window` object. It does not support modern JavaScript module systems like CommonJS or ESM for direct programmatic imports from the npm package.
Demonstrates how to use the framework's `foam.js` build tool to generate a bundled application from a specified controller model for deployment.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.