how to build a software node using an http or websocket api?
-
There is a way to make a software node using an http or websocket api?
I´m want to use node.js, anyone has done something like this?
-
@msantang Yes, it is possible. Look at the ScreenColorTransmitter code. This is a separate application that communicates with mynodes using http. You can send the data from node.js in the same way. If you want to use websocket, look at the ScreenColorTransmitterSignalR and use the signalR client for node.js. If you have difficulties, write me email: info@mynodes.net.
-
Thank you!
And thanks for sharing MyNodes!!!