Languages

Menu
Sites
Language
Offline pass data in same network from one samsung kiosk to another samsung kiosk device.
Hello,

I have developed an Angular web application for Samsung kiosk device and we have an issue in sending data offline in the same network using a network connection in node js. 

Device 1 (Client):

Sending data using socket connection

Device 2(Server):

server listening on 8080 port using "net" module in nodejs. and data is received in server connection but the issue is how to send data from node js to angular and it angular should be able to continue reading from a node in the background whenever client sent data.

Thanks