spede / murmurjsapi

A RESTful Node.js API for mumble-server - JavaScript and Ice.
2 stars 1 forks source link

How to download or generate Murmur.js file? #1

Open SonPham1602 opened 3 years ago

SonPham1602 commented 3 years ago

Hello @spede . I don't see Murmur file in your project . How I get this file?. Thanks you very much.

terenc3 commented 1 year ago

Use the slice2js npm package and Murmur.ice from the Mumble project.

Please note that Murmur.ice was recently renamed to MumbleServer.ice. If you use the latest file the import in line 14 would be the following:

var Murmur = require('./MumbleServer.js').MumbleServer;