asanteb / WebRTC-Mafkr

2 stars 0 forks source link

Needs Chat Implementation #7

Open ghost opened 8 years ago

ghost commented 8 years ago

Working on getting chat implementation with socket.io

var app = require('express')();

var http = require('http').Server(app);

var io = require('socket.io')(http);