Skip to content

kgrgreer/foam3

Repository files navigation

FOAM3

Build fully featured high performance apps in less time using FOAM.

  • Application Speed
  • Application Size
  • Developer Efficiency

"Fast apps Fast"

FOAM3 is the active version of FOAM.

The FOAM1 website still contains many useful demos and videos (but some links may be broken).

Ask questions and get help on the FOAM Discussion Group.

Feature Oriented Active Modeller

FOAM is a modeling tool and class based object system. To use FOAM, you create a model of your class by describing the properties, methods, event topics, listeners, and dependencies of your class. FOAM takes this model and generates a usable JavaScript class along with several companion features such as database support and network marshaling.

While FOAM is written in JavaScript, it can be used to generate code for any language or platform, including Android Java and iOS Swift.

Development

Style Guide

All code should follow the style guide.

Testing

Documentation

Videos

Guides

Cheatsheets

Tutorials

Demos

NANOS

To run NANOS, the FOAM Java Application Server, run: ./tools/build.js -Jdemo then connect to http://localhost:8080

Design Patterns

The following course is not directly about FOAM, but covers material essential for fully understanding FOAM's design:

Introduction to Design Patterns

Videos: Part 1, Part2, Part 3