Blocklets programming languages supported?
I was wondering what programming languages are supported for releasing Blocklets?
I made some blocklets with html/css/js
Are python, C#, rust, etc supported?
I was wondering what programming languages are supported for releasing Blocklets?
I made some blocklets with html/css/js
Are python, C#, rust, etc supported?
3 replies
At present, our platform offers robust and proven support for JavaScript, encompassing both node.js and web applications within browsers. Additionally, our blocklet runtime mechanism is designed to be scalable in order to accommodate the integration of additional programming languages in the future.
if I have a mainly html/css/js project (like 80% javascript), but with a little GLSL (like 10%) in there, would that be supported?
It appears that GLSL requires a specific runtime to be installed on the host machine. This can be easily achieved if you have control over the blocklet server infrastructure as an administrator. However, it is important to note that further evaluation may be necessary if you intend to utilize GLSL in ArcBlock Launcher's on-demand space. It is not recommended to include non-standard software with the Blocklet Server release, as this goes against best practices.