reactjs – How to package software in NODE JS


I wrote software in Node.js React and MongoDB languages
I want to package the software for the client, and I don’t know how to do it in the best way.

The main parts of the software include:

  1. User management system
  2. web socket
  3. The software will be displayed on kiosk screens
  4. I want only my client to have access to the software – and not through browser access (so that not everyone will be able to access this software)

I tried looking for solutions, but there are so many
And I didn’t get accurate information.

I would appreciate the help



Source link

Leave a Comment