What kind of apps could be made using Web languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

22nd Mar 2018, 9:18 PM
Memphis Reigns
Memphis Reigns - avatar
5 Answers
+ 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
22nd Mar 2018, 11:21 PM
Memphis Reigns
Memphis Reigns - avatar
+ 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.
22nd Mar 2018, 11:18 PM
Barry Halloran
Barry Halloran - avatar
+ 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.
23rd Mar 2018, 1:07 AM
Mike Choy
Mike Choy - avatar
0
Web apps but you need javascript or another programming language
29th Mar 2018, 5:45 AM
Shallow_Spinn
Shallow_Spinn - avatar
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/
5th May 2018, 2:00 PM
Mike Choy
Mike Choy - avatar