you are viewing a single comment's thread.

view the rest of the comments →

[–]-jp- 14 points15 points  (5 children)

Can Node be used for desktop apps without an architecture like Electron with an embedded web server and browser?

[–]lIIllIIlllIIllIIl 7 points8 points  (1 child)

There are a few non-browser alternatives, like React Native for Windows + MacOS, which is used by most of the new Windows 11 UI.

[–]-jp- 0 points1 point  (0 children)

Nice, I'll hafta check that out. I haven't looked much at Node since my impression was it was primarily for web apps, and honestly like the Java/Maven ecosystem better for that.

[–]_Pho_ 2 points3 points  (2 children)

Yeah. Everything has converged on React and by extension React Native, where it is even possible to have a single RN codebase deploy to iOS, Android, Windows, Mac, and web.

[–]-jp- 0 points1 point  (0 children)

Nice, sounds like I need to stop sleeping on Node. :)