Node.js Bundling

How to create an executable (.exe) file from JavaScript code (using Node.js)

In this lesson, we are going to learn how to create a .exe binary executable file from JavaScript code. This is possible with the help of Node.js runtime and some third-party tools.

Uday Hiwarale
Published in
10 min readSep 26, 2020

--

(source: unsplash.com)

--

--