/brools

Rules for everyone

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Brools

This project is no longer maintained and part of my source code "attic". Feel free to use it though, works fine.

Rules for everyone.

The idea is that eventually you can build complex business rules with a graphical layer based on Blockly around it.

Sample

running

This project is completely clientside, so to run just put the sources under a port over http

cd src
python -m SimpleHTTPServer
chrome localhost:8000

useful links