Is it possible to compile SB code through an Android app?

Everything else that doesn't fall into one of the other categories.
es_91
Posts: 56
Joined: Sat Aug 29, 2015 10:25 pm

Is it possible to compile SB code through an Android app?

Post by es_91 »

Hello

I would very much like to explore and test a scenario in wich I use an android app to compile and run SB programs. Of course there is no SB compiler for Android. But if i had a simple editor that sends code to a PC on the network which starts SB compiler to create the html and js output and i then call this output via a browser the result should be that i can code on my tablet/phone.

That would be cool. Does such a system already exist?
Dirk Geppert
Posts: 332
Joined: Fri Sep 22, 2017 7:02 am

Re: Is it possible to compile SB code through an Android app?

Post by Dirk Geppert »

I guess this should be possible via cgi and command line. Just have a look at "Command-line options for the IDE"
Post Reply