UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

8 lines (7 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const server_1 = require("../server"); const fmt = require("."); var s = new server_1.default.ServerIMPL({ port: 8094, printLog: true }); s.start(); // start server new fmt.FastMessageTransferCenter(s, ['fnode://127.0.0.1:8091/'], 'fnode://127.0.0.1:8094/');