UNPKG

spray-wrtc

Version:

Adaptive random peer-sampling protocol running on top of WebRTC

13 lines (10 loc) 184 B
'use strict' /** * Message sent by a newcommer to its contact when it joins the network. */ class MJoin { constructor () { this.type = 'MJoin' }; }; module.exports = MJoin