Is there a way to find the name of the device that is connected via http to nodejs servers?
You can look at the user agent string in the http request. There are also packages in npm for user agent sniffing.