Cycling74 / miraweb

MIT License
139 stars 14 forks source link

Using Xebra in a node server instead of clients browser #129

Closed CarloCattano closed 6 years ago

CarloCattano commented 6 years ago

I font know if this is possible. All my tests have failed and I couldn't find any documentation about it.

I prefer to use Xebra to send max data to the node app, then from there I will send it to the clients using socket.io .

Its useful when you need to process the data each client receives in different ways. and perhaps more efficient for a multi user (+20) experience.

fde31 commented 6 years ago

Yeah. This is a duplicate of #84 currently xebra-communicator relies on a global WebSocket implementation like the ones offered by browsers. I'll look into it as it would be ace to have Xebra available in Node I guess.

fde31 commented 6 years ago

closing out as duplicate. any further work/discussion should be done in #84 thx!