Skip to content

Tag: node.js

Sending integer values in response from node js server

I have a node js server implementation and I would like to send some values to an Android (Java) client. The method of the node js server is as follows: I would like to send the values score (integer), days_total (integer), days_count (integer), minutes_count (long), duration_enabled (long), duration_disabled…