-1

I need to create Nodejs aplication that will connect to several devices using net-snmp, just one server connecting to 300 devices. But i don't know if is a good idea to use NodeJS.

I started using NodeJS a short time ago.

1 Answers1

-2

From the documentary i dont think that should be done with NodeJS since its said on the Agent Architechture

It usually interacts with libraries, the network, plugins, other processes, the file system, the local OS, and the local OS's kernel.

Gjuniarto
  • 1
  • 1