A set of devtools to support developments of RSoscket-based application in Chrome.
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.
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
Contributions are always welcome!