Unexpectedly, i have tried change const URL = 'ws://websocket-server:2700'; with const URL = 'ws://localhost:2700'; and it worked.
const URL = 'ws://websocket-server:2700';
const URL = 'ws://localhost:2700';