I have an Internet of things terminal device that sends data to the designated port of the cloud server (including device number, base station information, light intensity temperature, etc.). Now I want to use nodejs to write a listener on the server side to listen for the data sent by the local port terminal. How can I listen to the data and serialize it?