scaleApp

scaleApp

Wave Wave Star illustrationStar illustrationStar illustration

scaleApp

A tiny JavaScript framework for scalable Single‑Page Applications

Lamp idea

~8.7 KB minified (3.3 KB gzipped).

chat

Drop it in and go—works in browser and Node.js.

Duplicate

Built‑in utilities for series, parallel & waterfall.

Quick Start

				
					<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>				
			

Documentation

scaleApp documentation

View All
What is scaleApp?
What is scaleApp?

scaleApp is a tiny JavaScript framework for scalable

Quick Start
Quick Start

Link scaleApp.min.js in your HTML file: <script src="scaleApp.min.js"></script><script

Build browser bundles
Build browser bundles

If you want scaleApp bundled with special plugins

Changelog
Changelog

v0.4.3 (02-2014) added option to Mediator.installTo to force