Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.26 KB

Examples.md

File metadata and controls

61 lines (33 loc) · 1.26 KB

Examples

SmallJS example projects.

Counter

Control a simple counter in a browser.
Examine it to check out the SmallJS browser development environment.

Counter.md

Todo

A small task manager application (browser only).
This is a somewhat more complex browser app using more types of HTML elements.

Todo.md

Shop

The skeleton of a webshop app with users, products and orders.
Consists of a client (browser) and a server (NodeJS) part.

Shop.md

Balls

Bouncing colored balls on a HTML canvas.

Balls.md

Benchmark

Some benchmarks comparing SmallJS performance to native JS implementations.

./Benchmark/Benchmark.md

Web Workers

Run multiple SmallJS worker threads in the browser.

./WebWorkers/WebWorkers.md

Electron

Electron example app in SmallJS.

Electron.md

Pharo Smalltalk app server with SmallJS client

Small Pharo Smalltalk web app server communicating with a SmallJS client
through a web API using Pharo Zinc framework.

Pharo.md

NodeGui

Node.js app with a GUI by using the NodeGui library, based in Qt.

NodeGui.md