creating build directory after initial mediasoup compilation.

Hi Team,

I am new to mediasoup, In the documentation, it is mentioned that,

In order to build the mediasoup C/C++ components the following packages and libraries must be available in the target host:
node version >= v8.6.0
make
gcc and g++ >= 4.9 or clang (with C++11 support)

Is it possible to do npm install on one machine which has all the above tools, then transpile my server side code with mediasoup and create a build directory then push this directory to all other servers(only have nodejs here, No Gcc) and run npm start command there?

mediasoup has C++ code, there is nothing to “transpile” there (that’s not JS).

You can of course build mediasoup in a host and then copy the mediasoup-worker binary to other host as far as that other host has the very same architecture.