UNPKG

metacom

Version:

Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access

7 lines (4 loc) 149 B
'use strict'; const { Metacom } = require('./lib/client.js'); const { Server } = require('./lib/server.js'); module.exports = { Metacom, Server };