NodeJS website or electron app that is accessible only in local network

I want to build an app that the users can submit files to the admin computer and then will send back to the users the result of submission after judging such that they’re connected in a local network only.

I’ve already know how to build it with NodeJS but it only works when in development mode (when it hasn’t been deployed) and I want to sell this app but if I send them a website like that they will be able to see the source code.

So is there any solution to build an app like this and I can send to the customers without the source code (I thought about Electron because it is useful in case I package the app into .exe file but I don’t know how to build an app like that in electron).

Any suggestions will be respected.

Leave a Comment