(DEPRECATED)
SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol
SWIM peer-to-peer discovery for msg-fabric.
import FabricHub from 'msg-fabric-core'
import swim_discovery from 'msg-fabric-plugin-swim-discovery'
const ec_pem = require('ec-pem')
const Hub = FabricHub.plugin(swim_discovery({ec_pem}))