The source project of this merge request has been removed.
Use ES modules
We now need to include the --experimental-modules
flag with every node
invocation. node --experimental-modules server.js
is long so instead use npm run peer
to start the peer server.
At least node 12.0.0 is required.
Edited by Nayeem Rahman