README
douyu-bridge-socket.io
Local Socket.IO relay server for DouyuTV comments.
Install
npm install douyu-socketio
Supported platforms
This library has been tested with:
- IO.js v2.5.0
Example Usage
Create relay server script as index.js
var DouyuSocketIO = require('douyu-socketio');
new DouyuSocketIO( "431972", // Room ID 8000, // HTTP Port null, // Web Requests Handler [ // Names of events that will be dispatched to audiences 'chatmsg', // Chat message 'dgb', // Gift notices 'uenter', // User enter 'ranklist', // Rank list 'spbc' // In-room gift notices ] ).start();
Run relay servet script
node index.js
Create an HTML file and put it on local web server
DouyuTV SocketIO Relay Server Test DouyuTV SocketIO Relay Server Test
Visit this web page