UNPKG

slavery-js

Version:

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

21 lines (17 loc) 731 B
import Service from './Service.js'; export { default as ServiceClient } from './ServiceClient.js'; export { default as RequestQueue } from './RequestQueue.js'; export { default as ProcessBalancer } from './ProcessBalancer.js'; export { default as Stash } from './Stash.js'; export { default as ServiceAddress } from './types/ServiceAddress.js'; export { default as SlaveMethods } from './types/SlaveMethods.js'; export { default as Options } from './types/Options.js'; import '../network/Network.js'; import '../network/Connection.js'; import 'socket.io'; import '../network/types/Listener.js'; import '../utils/Pool.js'; import '../network/Server.js'; import 'http'; import './types/Request.js'; export { Service as default };