This library enables simple operator overloading in Javascript code. This library has minimal runtime overheads, all overheads are done on loading time which is fair as that is done only when the ...
mock-ws-server/ ├── server.js # Основной сервер ├── operator.js # WebSocket операторы ├── runner.js # Управление операторами ├── transport.js # HTTP транспорт ...