+ 5
What kind of apps could be made using Web languages?
It seems a little limited but wondering what was possible and if you have examples please share.
6 Respuestas
+ 3
OK so I can't make full app without learning php, python, etc. I was just curious as to if any could be made solely in Web languages but thank you @Barry for your helpful comments
+ 2
Web languages create the "front end" of any web app, that is the actual interface that users work with. The actual work is then done with a "back end" program, which could programmed in PHP, python, C++, or any other number of languages.
+ 1
So the most popular backend language is JavaScript running on Node.js, and the Chrome V8 virtual machine is fast becoming the backend VM of choice for production server's.
0
Web apps but you need javascript or another programming language
0
You can write a progressive web app PWA
lots of Demos here, many will work off line
https://pwa.rocks/
once page loads just click your hotdog menu in the browser, and click "add to home screen"
Now you have icon on your homescreen to launch the web app.
If you want to build your own, here is the tutorial
https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/