vitalkapp Posted July 22, 2019 Report Posted July 22, 2019 I have application on node it has steam-bots and socket.io server, during initialization bots they receive an instance socket.io and send to the admin panel requests about the status of trades When I need to update the server's socket.io code, I have to restart the application completely. How to make the bots not reboot when changing the server's socket.io code?Or - how can I organize data exchange between two nodejs applications? Quote
Dr. McKay Posted July 22, 2019 Report Posted July 22, 2019 You'd have to split your bots into a separate application. You could communicate between the two using TCP or HTTP, among other things. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.