From dea1d6808d32fd9d895da454dab2b4c9ddd6e391 Mon Sep 17 00:00:00 2001 From: Aarti Verma <75892381+vermaaarti@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:29:29 +0530 Subject: [PATCH] Added content for desktop applications in JavaScript (#2316) * Added content on desktop applications, examples and types along with free video and blog content * Update content/roadmaps/100-frontend/content/122-desktop-applications/readme.md Co-authored-by: Kamran Ahmed --- .../content/122-desktop-applications/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/122-desktop-applications/readme.md b/content/roadmaps/100-frontend/content/122-desktop-applications/readme.md index 63838e5cf..bee545339 100644 --- a/content/roadmaps/100-frontend/content/122-desktop-applications/readme.md +++ b/content/roadmaps/100-frontend/content/122-desktop-applications/readme.md @@ -1 +1,8 @@ -# Desktop applications \ No newline at end of file +# Desktop Applications in JavaScript + +A while back, developing a desktop app using JavaScript was impossible. But now JavaScript developers can create desktop applications using their knowledge for web development. Here is the list of options to create desktop applications in JavaScript. + +* [Electron](https://www.electronjs.org/) +* [NodeGUI](https://docs.nodegui.org/) +* [NW.js](https://nwjs.io/) +* [Meteor](https://www.meteor.com/)