Skip to main content

All 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 ...
arvymetal's user avatar
  • 3,302
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 ...
heuels's user avatar
  • 84