https://github.com/rsocket/rsocket-chrome-devtools
RSocket Chrome Dev Tools
https://github.com/rsocket/rsocket-chrome-devtools
rsocket
Last synced: 11 months ago
JSON representation
RSocket Chrome Dev Tools
- Host: GitHub
- URL: https://github.com/rsocket/rsocket-chrome-devtools
- Owner: rsocket
- License: apache-2.0
- Created: 2021-01-17T10:32:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T23:53:42.000Z (about 1 year ago)
- Last Synced: 2025-03-24T13:51:20.318Z (12 months ago)
- Topics: rsocket
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 44
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## Install
You can get install from the extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/rsocket-frame-inspector/ngahaeldlnilenncggaldohkbbenhedl).
Alternatively, the extension can be built from source and then installed manually.
```bash
yarn install && yarn build
```
## Contribute
Contributions are always welcome!