Skip to content

rsocket/rsocket-chrome-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f233d9f · Dec 12, 2024
Nov 26, 2024
Jan 28, 2021
Jan 25, 2024
Jan 19, 2021
Dec 12, 2024
Dec 11, 2024
Dec 11, 2024
Jan 19, 2021
Jan 19, 2021
Jan 29, 2024
Jan 25, 2024
Jan 25, 2024
Dec 11, 2024

RSocket Chrome Dev Tools

A set of devtools to support developments of RSoscket-based application in Chrome.

RSocket Frame Viewer

RSockets allows for viewing RSocket frames sent over a WebSocket connection. Data or Metadata of the frames encoded in json can also be viewed in the object inspector view.

screenshot

Install

You can get install from the extension from the Chrome Web Store.

Alternatively, the extension can be built from source and then installed manually.

yarn install && yarn build

Contribute

Contributions are always welcome!