How does one distribute a node js app without making it open source?

402 Views Asked by At

The question is not about client side exposure of code - I clearly understand the distinction between client side and server side code in Node js. The question is about packing and distribution of Node js app like an enterprise application made with languages like C#, Java - will the server side code be always available to the enterprise or person the application is provided for on-premise installation. Is there a way to package and restrict the code visibility (server side code) for Node js applications?

0

There are 0 best solutions below