Handle data from external Apps in Meteor

Hi!

I have a Hololens App that sends a its position, an Android Service that sends some sensor data and a Meteor-Server/Webapp that should display something based on the sensor data and the position.

I don’t have much experience with Meteor so I would just create a second server that provides (Web)Socket connections for all Clients and just forwards whatever it gets to all connected apps, but maybe there is a more integrated solution that I don’t know of? I know that Meteor already provides a WebSocket to its clients so maybe I can somehow extend that?

brean