1

I have a NodeJS + Express app which I'm using as a Print Server.

I should create an executable from this web application.

So far, I added node-windows and node-mac to make my app run as a service or daemon.

Now what I need is, creating Windows Executable or DMG so my users can execute and start to use my app.

There are some projects like nexe (No support for Exe files) and EncloseJS but I couldn't generate a working EXE file.

What should I use for that?

1 Answer 1

2

The guide Standalone Express API Binaries with pkg explains how to make standalone express executables.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.