Open ghost opened 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);
Working on getting chat implementation with socket.io
var app = require('express')();
var http = require('http').Server(app);
var io = require('socket.io')(http);