jbdoderlein / BetterOCaml

A small but efficient, intuitive and responsive OCaml IDE right in your browser! Ships OCaml v5.1.1, interpreter by your browser (so it works offline!), compiled with js_of_ocaml.
https://jbdoderlein.github.io/BetterOCaml/
Apache License 2.0
38 stars 8 forks source link

Maybe it's possible to also bundle the web app as a native app to publish it to Google play and App Store #14

Open Naereen opened 3 years ago

Naereen commented 3 years ago

I saw a bunch of websites which offer to do that with "no code", and now that the app is responsive, and offline-ready (using cache and service workers), one of them might work!

I'll try them!

Naereen commented 3 years ago

GoNative works, I have a tiny ~3Mo app on my smartphone that's just opening the https://BetterOCaml.ml webpage. It's quite useless as it's not offline usable, but well it's a start...