node-minecraft-protocol
node-minecraft-protocol copied to clipboard
add connectionProvider option to createServer
to support non tcp use cases
WebRTC should be a possible setting for this option, as it's the standard for inter-browser communication, a likely non-TCP use case.
Yes this could be part of an example (using https://github.com/feross/simple-peer ) However nmp itself should not depend on webrtc and instead simply expose a connectionProvider option