UNPKG

slavery-js

Version:

A simple clustering app that allows you to scale an application on multiple thread, containers or machines

11 lines (6 loc) 241 B
/* this class the slavery entry point */ import entry, { PeerDiscoverer } from './app/index.js' import Node from './nodes/index.js' import Service from './service/index.js' export default entry export { Service, Node, PeerDiscoverer }