Skip to content
View atam91's full-sized avatar

Block or report atam91

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. simple-blank-project simple-blank-project Public

    Blank for rapid app prototyping. Simple admin CRUDs implementation which can be fast generated into extensible code snippets.

    Shell 1

  2. sub-prj sub-prj Public

    React\Redux Socket.IO Application. Experimental space

    JavaScript 1

  3. ci-ninja ci-ninja Public

    Forked from backmeupplz/ci-ninja

    CI service written in node

    JavaScript

  4. transferoute-bot transferoute-bot Public

    JavaScript

  5. lib-ws-server.js lib-ws-server.js
    1
    const WebSocket = require('ws');
    2
    const EventEmitter = require('events');
    3
    const { nanoid } = require('nanoid');
    4
    const logger = require("../utils/logger");
    5
    
                  
  6. lib-ws-client.js lib-ws-client.js
    1
    const EventEmitter = require('events');
    2
    
                  
    3
    
                  
    4
    const RECONNECT_TIMEOUTS = [ 125, 250, 500, 1000, 2000, 4000, 8000, 10000, 10000, 10000, 10000, 10000, 15000 ];
    5