Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
added default protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankStierle committed Dec 14, 2013
1 parent 20fea44 commit eb51340
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/bikini_live.js
Expand Up @@ -4,6 +4,12 @@ exports.listen = function(server, resource) {

var io = require('socket.io').listen( server, { resource: resource } );

// enable ore default transports
io.set('transports', [
'websocket',
'xhr-polling',
'jsonp-polling'
]);
var bikini = {

io: io,
Expand Down

0 comments on commit eb51340

Please sign in to comment.