

A tiny JavaScript framework for scalable Single‑Page Applications
~8.7 KB minified (3.3 KB gzipped).
Drop it in and go—works in browser and Node.js.
Built‑in utilities for series, parallel & waterfall.
<script src="//cdn.jsdelivr.net/npm/[email protected]/scaleapp.min.js"></script>
<script>
const core = new scaleApp.Core();
core.register('hello', sb => ({
init() { console.log('🌍 Hello, scaleApp!'); }
})).start();
</script>
scaleApp is a tiny JavaScript framework for scalable
Link scaleApp.min.js in your HTML file: <script src="scaleApp.min.js"></script><script
If you want scaleApp bundled with special plugins
v0.4.3 (02-2014) added option to Mediator.installTo to force