why to integrate. an interprerer when you can deploy native???? not only speeed degradation but also a security problem...you will have a nodejs server...why???
Hi everyone, I would like to share my last work related with Toro. Toro is now able to run as KVM guest. This is still experimental but I think work is going well. To show this, I deployed ToroHello example in a VM which anyone can see by connecting a VNC client to 51.15.142.20:5900. This is still a very simple example however it shows how easily a freepascal application can be deployed in the cloud. This application is quite fast since there is no OS, only TORO. Regards, Matias.
I have to replace the methods used to access the console.
Quote from: z0rr0I have to replace the methods used to access the console.No, You don't.The trick to get the Write, Writeln, readln... working, is to handle/open the Input and Output- files. Demontration in the Wiki.BTW: attachts an image (preview)