e107 (v2) plugin - It provides an API that other plugins can use to add realtime capabilities to e107 (v2), specifically enabling pushing updates to open connected clients.
lonalore on master
Fix for CVE-2017-16026 (compare)
scheme: 'http',
port: process.env.PORT || 80,
host: process.env.HOST || "peaceful-citadel-77977.herokuapp.com",
resource: '/socket.io',
serviceKey: '',
backend: {
port: 80,
host: 'yourdomain.com',
scheme: 'http',
basePath: '',
messagePath: '/panel/nodejs/nodejs.php'
},