UNPKG

coreflow

Version:

manage docker and scale applications across servers

13 lines (8 loc) 292 B
// This file contains logic to connect to a servezone manager instance // The connection is done using websockets to have an always open channel // that is bidirectional export class ServezoneConnector { constructor () { } } export let servezoneConnector = new ServezoneConnector()