What should I use to encrypt data between a centralized server and multiple devices running NodeJS?

I have a centralized server and DB that each of my devices polls every ten seconds. The centralized server may respond with a list of “active jobs”, which the devices will then run.

I need to ensure the data sent from the se… Continue reading What should I use to encrypt data between a centralized server and multiple devices running NodeJS?