简体   繁体   中英

How to make a executable from a NodeJS+Express app?

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?

带有pkg的Standalone Express API Binaries指南介绍了如何制作独立的Express可执行文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM