git clone https://github.com/django/channels.git
cd channels/js_client
npm install browserify
npm install
Probably just my lack of client-side/JavaScript knowledge, but when I build the library and use the resulting lib/index.js file, I get:
'use strict';
Object.defineProperty(exports, "__esModule", { <<<<<<<< Uncaught ReferenceError: exports is not defined
value: true
});
exports.WebSocketBridge = undefined;
...