Skip to content

Latest commit

 

History

History

docs

MsgFabric reference

Premade MsgFabric Packages

Plugins

  • Transport Codecs:

    • JSON: plugins/json
    • CBOR: plugins/cbor
  • Web platform

    • plugins/ids/web
    • plugins/web for using WebSocket, MessageChannel, postMessage, WebRTC, WebWorkers, ServiceWorkers, and iFrames
  • NodeJS platform

    • plugins/ids/node
    • plugins/net for using TCP, TLS, and NodeJS Streams
  • p2p-basic

    Provides a basic hello protocol between fabric routers.

  • Discovery (alpha)

    Pluggable discovery mechanisms for target endpoints and router connections.

  • Direct connections

    Useful for peering multiple MsgFabric hubs

  • RPC (alpha)

    An RPC plugin sketch for stateful and idempotent/stateless RPC dispatch.