Can I create a desktop application using JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Can I create a desktop application using JavaScript?

I want to create a desktop app using JavaScript, CSS and HTML. Is this possible ? And what is the method used ? Please answer me..

2nd Nov 2018, 12:11 AM
Moree
Moree - avatar
10 Answers
+ 5
🌴Vincent Berger🌴 AppJS has been an inactive project for the past few years. I agree with Calviղ to take a look at https://electronjs.org. It's a great platform to work with. You can also consider Chrome Extensions for similar desktop like cross platform experience written with HTML, CSS, and Javascript. But I really recommend Electron.
2nd Nov 2018, 1:21 AM
David Carroll
David Carroll - avatar
+ 6
Based on the article posted by Calvin, Proton Native looks promising and may be worth a closer review.
2nd Nov 2018, 1:40 AM
David Carroll
David Carroll - avatar
+ 5
Mohamed Rezk Khalaf, To develop a desktop application for linux or windows in JS, CSS, HTML, you can accomplish that with: http://appjs.com/ Additional you can also use Titanium CEF. But I think it uses C++ also. EDIT: Outdated Solution! correct solution is given by Calviղ & enplained by David Carroll.
2nd Nov 2018, 12:24 AM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
+ 3
You should either use Electron.js or NW.js https://brainhub.eu/blog/javascript-frameworks-for-desktop-apps/
2nd Nov 2018, 12:50 AM
Calviղ
Calviղ - avatar
+ 3
You can develop desktop applications in javascript using electron framework , The only disadvantage is that the source code will visible to all when you distribute the package , electron is easy to learn if you have good grip in javascript Extra: You can also develop android applications using HTML, CSS and javascript using apache cordova or phonegap
2nd Nov 2018, 5:06 AM
onekpsc
+ 2
i am louis the guy you just challenge
9th Nov 2018, 10:19 PM
Bamidele Louis
Bamidele Louis - avatar
+ 1
hello am bamidele louis i will love for us to talk i really love to developer like you if you dont mind
9th Nov 2018, 10:18 PM
Bamidele Louis
Bamidele Louis - avatar
0
why not using ECLIPSE?
3rd Nov 2018, 10:12 AM
Hubert Weber
Hubert Weber - avatar
0
Hubert Weber I suppose you could use Eclipse as an IDE for building an Electron App in Javascript, HTML, and CSS. But I'm unaware of using Eclipse as a runtime engine for any app. I don't work with Eclipse. Does the IDE run in a framework that could be used for hosting JS based desktop GUIs?
3rd Nov 2018, 3:45 PM
David Carroll
David Carroll - avatar
0
please reply me
9th Nov 2018, 10:19 PM
Bamidele Louis
Bamidele Louis - avatar