• Online javascript project compiler.

    From =?UTF-8?Q?Jonas_Th=C3=B6rnvall?=@21:1/5 to All on Sun Oct 3 15:19:10 2021
    I am pretty sure i used an online compiler just uploading a zip and returning a binary "mac,windows,android".

    But i can't find the link anymore.
    Anyone a bit better organised who know where i could find it?

    I have a slight memory about it was on an Adobe site?
    Cordova or could it been phonegap?

    JT

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Mon Oct 4 14:13:25 2021
    Jonas Thörnvall:

    I am pretty sure i used an online compiler just uploading a zip and returning a binary "mac,windows,android".

    But i can't find the link anymore.
    Anyone a bit better organised who know where i could find it?

    I have a slight memory about it was on an Adobe site?
    Cordova or could it been phonegap?

    None of these "compile" JavaScript - they just provide a runtime
    environment for applications which are based on JavaScript.

    Phonegap target mobile devices, hence the name "Phonegap".

    If you want to provide your JavaScript based application without the
    need of using a browser, you might try Electron - see <https://www.electronjs.org>.

    However - this is also not "compiling" but just providing a runtime
    environment to create desktop applications using JavaScript.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From masson tribed@21:1/5 to Arno Welzel on Wed Sep 6 00:27:51 2023
    On Monday, 4 October 2021 at 17:13:34 UTC+5, Arno Welzel wrote:
    Jonas Thörnvall:
    I am pretty sure i used an online compiler just uploading a zip and returning a binary "mac,windows,android".

    But i can't find the link anymore.
    Anyone a bit better organised who know where i could find it?

    I have a slight memory about it was on an Adobe site?
    Cordova or could it been phonegap?
    None of these "compile" JavaScript - they just provide a runtime
    environment for applications which are based on JavaScript.

    Phonegap target mobile devices, hence the name "Phonegap".

    If you want to provide your JavaScript based application without the
    need of using a browser, you might try Electron - see <https://www.electronjs.org>.

    However - this is also not "compiling" but just providing a runtime environment to create desktop applications using JavaScript.


    --
    Arno Welzel
    https://arnowelzel.de

    here are many online JavaScript project compilers available, each with its own strengths and weaknesses. Here are a few of the most popular options:

    JSFiddle: https://jsfiddle.net/ JSFiddle is a popular online code editor that allows you to write, run, and share JavaScript code. It also has a live view feature that lets you see the results of your code as you write it. JSFiddle is free to use, but
    there is a paid plan that offers additional features, such as the ability to save your projects and collaborate with others.

    Programiz Online Compiler: https://www.programiz.com/ The Programiz Online Compiler is a free online compiler that supports a variety of programming languages, including JavaScript. It also has a live view feature and a debugger.

    Javascript Online Compiler: https://javascriptonlinecompiler.com/ Javascript Online Compiler is another free online compiler that supports a variety of programming languages, including JavaScript. It also has a live view feature and a debugger.

    When choosing an online JavaScript project compiler, it is important to consider your needs and budget. If you are just starting out, a free option like JSFiddle or W3Schools JavaScript Editor may be sufficient. If you need more features, such as the
    ability to save and share your projects, you may want to consider a paid option like PlayCode.

    I hope this helps!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Harris@21:1/5 to masson tribed on Wed Sep 6 17:51:20 2023
    On 06/09/2023 08:27, masson tribed wrote:
    On Monday, 4 October 2021 at 17:13:34 UTC+5, Arno Welzel wrote:
    Jonas Thörnvall:
    I am pretty sure i used an online compiler just uploading a zip and returning a binary "mac,windows,android".

    <snip>

    JSFiddle: https://jsfiddle.net/ JSFiddle is a popular online code editor that allows you to write, run, and share JavaScript code. It also has a live view feature that lets you see the results of your code as you write it. JSFiddle is free to use, but
    there is a paid plan that offers additional features, such as the ability to save your projects and collaborate with others.

    <snip>

    But that doesn't produce a separate, independent, executable program.

    John

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)