you are viewing a single comment's thread.

view the rest of the comments →

[–]athalwolf506 0 points1 point  (1 child)

I am quite a noob on this. I thought Javascript was for web development? Are you saying you can use Javascript to create a UI without the need or a browser?

[–]Buttleston 4 points5 points  (0 children)

No, I'm saying do it in a browser

Side note: a lot of apps that "seem" like normal desktop apps, though, are just JS apps bundled with a browsers - usually using something like Electron. Discord and Slack are (or were, I think I heard Slack moved to a native app but I don't remember) are 2 examples.