Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any rules engine implemented on NodeJS / in Javascript?

I need a lightweight rules engine. We have around 50 rules right now, but the rules keep changing frequently.

We could use Drools, but I figure that would be overkill. Are there any lighter, F/OSS implementations?

I am aware of the other similar question, but that is 2 years old and does not have a good answer. (and I do not have enough rep to comment on that question)

like image 389
Samudra Avatar asked Jan 25 '12 11:01

Samudra


People also ask

What is Rule Engine in node js?

json-rules-engine is a powerful, lightweight rules engine. Rules are composed of simple JSON structures, making them human-readable and easy to persist. Package.json.

Is node js JavaScript engine?

Node. js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node. js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

Is node js built on JavaScript?

Node. js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Node.

How does node js work with JavaScript?

It is a used as backend service where javascript works on the server-side of the application. This way javascript is used on both frontend and backend. Node. js runs on chrome v8 engine which converts javascript code into machine code, it is highly scalable, lightweight, fast, and data-intensive.


1 Answers

There's also nools, give it a try.

like image 158
diversario Avatar answered Sep 21 '22 19:09

diversario