Hi all,I'm currently working on a program which I would like to run a websocket client as a child process. The plan is to create an array of objects and continually update the array from within the websocket event handler and export this to the main loop for future use. I'm having problems getting the data from the child process and could do with some guidance on the best way of accomplishing this.I'm seriously out of practice with node and have been coding in python for the last 1.5 years but it's just too slow to handle this application so I figured I would move to a platform that was better suited to high data throughput and speed.Cheers
Submitted January 11, 2019 at 10:05PM by phillwilk
No comments:
Post a Comment