UNPKG

slavery-js

Version:

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

8 lines (5 loc) 187 B
import Network from './Network.js'; import Connection from './Connection.js'; import type { Listener } from './types/index.js'; export default Network; export { Listener, Connection };