📄️ Samples
An index of InRule for JavaScript sample applications, from a basic mortgage calculator to Angular and Node.js variants.
📄️ Basic Mortgage Calculator
A basic sample showing InRule for JavaScript reading form data, calling the rule engine, and writing results back to the form.
📄️ Basic Mortgage Calculator with Rule Engine Feedback
Extends the basic mortgage calculator sample to read the Rule Execution Log and process Notifications and Validations.
📄️ Basic Mortgage Calculator with Explicit Rules
A sample mortgage calculator showing how to apply Explicit Rules using InRule for JavaScript.
📄️ Mortgage Calculator - Angular
A mortgage calculator sample built on Angular data binding, mapped automatically to the rule engine's underlying object.
📄️ Mortgage Calculator -Node.js
An advanced Node.js sample where one Rule Application calls another via an Execute JavaScript Function action and jQuery.