All Questions
2 questions
2
votes
2
answers
2k
views
NodeJS MongoDB UNIX socket connection
In a nodeJS app, I'd want to connect to my MongoDB database via its UNIX socket /tmp/mongdb-27017.sock. I use the package https://mongodb.github.io/node-mongodb-native/?jmp=docs (version 3.1.6), this ...
1
vote
1
answer
356
views
Processing external triggers in Node.js applications
I have a Node.js daemon application that runs on my Debian home server 24/7.
I would like it to process triggers generated by motion, a program that monitors the video signal from cameras that is ...