Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

396
Views
Bundle a Node JS application with MongoDB, Redis and Nginx into a .exe

I am currently working on a custom cloud-based file storage system. The backend is almost done and supposed to be deployed on a personal computer or cloud-based server. The front-end is in progress and will be a Flutter app.

The backend is served by Nginx which is on top of a Node JS application that uses MongoDB as database and redis for the cache (as well as local storage for the files themselves).

In the best of world I would like to bundle all the back-end stack into one executable (and maybe one setup executable to install the required stack and configure it).

My question is, can NodeJS alone handle this ? I have searched and found out that one can set a starting script within the Node application but would it be sufficient ? Or should I go for some bash or even Java code to wrap everything ?

I don't really know in chat direction to look so I am really open to any suggestion here, what would be the best way to do this ?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Have you considered using docker and docker-compose?

You can create a DockerFile which is used to build your application container and include your whole stack in a docker-compose.yml file.

Then with having docker and docker-compose installed, you can bring your whole stack up in any environment.

For more info you can check out docker documentation, this article can also help you :)

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!