I'm designing a new project in C # and one of the needs is for the module to do mathematical calculations on the values I'm going to have in the database.
This module needs to share these rules with another Mobile project being synchronized if the rules change.
I would like to suggest some techniques or languages that can be used as scripts that can run between platforms.
At first I thought of JavaScript because it can be processed by the C # module and Mobile using the browser views (eg Android WebView, iOS UIWebKit).