SmallJS example apps

Below some example client web apps written in SmallJS are shown.
For a back-end example in Node.js with a database run the Shop example from GitHub.

Counter example

Simple counter app, the minimal web client app.

Todo example

Todo app, with inserting, sorting and deleting with two UI languages.

Balls example

Bouncing balls on a HTML canvas with random colors and speeds.

Benchmark example

Benchmarking app, comparing SmallJS speed to JavaScript for different operations.

Web Workers

Web Workers API app, showing multi-threaded execution in the browser.