-1

I have a requirement to use the platform agnostic rules engine which needs to run with my java and .net application. In both the windows and linux platform.

Do we have any opensource/commercial rules engine. Can someone share some experiences on the same.

thanks Lokesh

1 Answers1

2

Code Effects engine is compiled for .NET Standard 2.0, so supposedly it can run on both Linux and Windows. You can't develop against it on Java platform, though, only in .NET.

Samir
  • 21
  • 1