Ryan Detweiler

Results 3 comments of Ryan Detweiler

This works just fine with browserify: ``` javascript var BCSocket = require('browserchannel/dist/bcsocket-uncompressed').BCSocket; var socket = new BCSocket( null, {reconnect: true} ); ```

The issue isn't that the library is not browserify compatible (indeed it is compatible). The issue is that the BCSocket isn't isomorphic/universal (i.e. there are two different implementations of BCSocket:...