@advanced-rest-client/arc-websocket

UI components and logic to support web socket connection

Usage no npm install needed!

<script type="module">
  import advancedRestClientArcWebsocket from 'https://cdn.skypack.dev/@advanced-rest-client/arc-websocket';
</script>

README

Deprecated

This 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.

Usage

Installation

npm install --save @advanced-rest-client/arc-websocket

Development

git clone https://github.com/advanced-rest-client/arc-websocket
cd arc-websocket
npm install

Running the demo locally

npm start

Running the tests

npm test