Get data in meteor from python socket(tcp)

Hi! I wrote in python a simple script that get data from my raspberrypi (temperature and humidity) and send it to android client(wrote in kivy) by tcp !
My question is - can i get in my meteor project data from my python tcp server and how?! - and after it i plan to use real-time google chart to deisplay that in browser… thanks in advance !