Skip to content
/ foam3 Public

FOAM: Feature-Oriented Active Modeller, Version 3 (unstable)

License

Notifications You must be signed in to change notification settings

kgrgreer/foam3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

To run all Java tests from the command-line, run: ./tools/build.js -t

To run individual tests from the command-line, run: ./tools/build.js -TtestName1,testName2,...testNameN

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

About

FOAM: Feature-Oriented Active Modeller, Version 3 (unstable)

Resources

License

Stars

Watchers

Forks

Packages

No packages published