exports.GetRTLog = function (req, res) { var io = req.app.get('socketio'); io.emit('realtime', req.body); res.send({ status: "success" }); };