douyu-socketio
v0.1.1
Published
Local Socket.IO relay server for DouyuTV comments.
Downloads
11
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
Visit this web page
