CSPro logic interpreter as ESM6 and fetch CSWeb package.json files
Posted: June 10th, 2024, 6:26 am
Dear CSPro Developer Team,
a) I'm agree with this CSProuser viewtopic.php?t=5675 that we need an open CSPro. It's possible if you give us a way to integrate CSPro in any JS framework (such as React) and allow us to design standalone apps. An ESM6 module of the CSPro logic interpreter would facilitate this. Right now we already have this for:
i) SQlite (https://github.com/sqlite/sqlite-wasm);
ii) PostgreSQL (https://github.com/electric-sql/pglite);
iii) And more complicated languages such as:
iii-1) Python(https://pyscript.net/) ;
iii-2) R (https://docs.r-wasm.org/webr/latest/).
iii-3) PHP (https://github.com/seanmorris/php-wasm);
And by the way you're integrating JS in CSPro (writing CSPro logic inside HTML in reports etc) I think, you're not too far from fulfilling this ultimate request!
b) I would like to fetch the package.json file for comparing signatures between server and local packages files before launching syncapp. Please can you expose this file from CSWeb?
Thanks in advance,
a) I'm agree with this CSProuser viewtopic.php?t=5675 that we need an open CSPro. It's possible if you give us a way to integrate CSPro in any JS framework (such as React) and allow us to design standalone apps. An ESM6 module of the CSPro logic interpreter would facilitate this. Right now we already have this for:
i) SQlite (https://github.com/sqlite/sqlite-wasm);
ii) PostgreSQL (https://github.com/electric-sql/pglite);
iii) And more complicated languages such as:
iii-1) Python(https://pyscript.net/) ;
iii-2) R (https://docs.r-wasm.org/webr/latest/).
iii-3) PHP (https://github.com/seanmorris/php-wasm);
And by the way you're integrating JS in CSPro (writing CSPro logic inside HTML in reports etc) I think, you're not too far from fulfilling this ultimate request!
b) I would like to fetch the package.json file for comparing signatures between server and local packages files before launching syncapp. Please can you expose this file from CSWeb?
Thanks in advance,