|
|
| SmallJS example apps |
|
Below some example client web apps written in SmallJS are shown. |
| 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. |