Pinned Loading
-
simple-blank-project
simple-blank-project PublicBlank for rapid app prototyping. Simple admin CRUDs implementation which can be fast generated into extensible code snippets.
Shell 1
-
-
-
lib-ws-server.js
lib-ws-server.js 1const WebSocket = require('ws');
2const EventEmitter = require('events');
3const { nanoid } = require('nanoid');
4const logger = require("../utils/logger");
5 -
lib-ws-client.js
lib-ws-client.js 1const EventEmitter = require('events');
234const RECONNECT_TIMEOUTS = [ 125, 250, 500, 1000, 2000, 4000, 8000, 10000, 10000, 10000, 10000, 10000, 15000 ];
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.