Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.25 KB

File metadata and controls

51 lines (28 loc) · 1.25 KB

Examples

SmallJS example projects.
Click on the titles for more info.

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

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

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

An AI server and client app that implements text chat to multiple AI providers and models.

Bouncing colored balls on a HTML canvas.

Some benchmarks comparing SmallJS performance to native JS implementations.

Run multiple SmallJS worker threads in the browser.

Deskop apps

For developing desktop apps, there are there 3 options:

Lightweight GUI framework merging Node.JS and Chromium.

App based on the full-featured Electron framework.

App with a native GUI by using NodeGui, based on the Qt GUI library.