127.0.0.1:8000 watch-together / master src / js / websocket / messages / start-watching-response.js
master

Tree @master (Download .tar.gz)

start-watching-response.js @masterraw · history · blame

1
2
3
4
5
const video = require('../../utils/video');

module.exports = function(data, websocket) {
    video.open(data, websocket);
};