const connection = { ws: [], node_list: [], } function establishConnection() { const ws = new WebSocket('ws://localhost:6000'); } function updateTableStats() { }