0
I have an application developed in nodejs in which I use the opencv4nodejs which allows you to use the opencv library in nodejs. The application is ready on local server, but I have no idea how to host this application since the dependency has some particularities. I tried by umbler (nodejs) but as I imagined it is not possible even without the node_modules folder in .gitignore. Can someone please help me make it work in a production environment?
So, as I said the dependency has some particularities, if you put it in package.json it will give error because in localhost for example you need opencv installed and configure the environment variables otherwise also the error at npm install time.
– Pedro Guilherme
Ah, yes! I get it! The AWS EC2 solves your problem... It is a dedicated machine, you can go up Ubuntu, access by SSH, install Opencv and make the other settings of your application. Remembering that AWS has a free quota for you to do some tests and configure before "to run for real"
– lalvesoliveira
You can continue using umbler as the host of the app in Node?
– Pedro Guilherme
@lalvesoliveira Please elaborate better the answer and read We want answers that contain only links?
– danieltakeshi