UI components and logic to support web socket connection
npm install @advanced-rest-client/arc-websocketThis component is deprecated. Use @advanced-rest-client/app instead.
----
This module contains all UIs related to Advanced REST Client web socket requests. It offers a web socket request editor, web socket logs viewer, and web socket panel that is part of ARC workspace.
It replaces all previous web socket related modules.
``sh`
npm install --save @advanced-rest-client/arc-websocket
`sh`
git clone https://github.com/advanced-rest-client/arc-websocket
cd arc-websocket
npm install
`sh`
npm start
`sh``
npm test