Skip to content

Commit a2a10f5

Browse files
committed
add a basic README and a screenshot
1 parent 35254ee commit a2a10f5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# RSocket Chrome Dev Tools
22

3-
## Frame Viewer
3+
A set of devtools to support developments of RSoscket-based application in Chrome.
4+
5+
## RSocket Frame Viewer
6+
7+
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.
8+
9+
![screenshot](./screenshot.png)
10+
11+
## Contribute
12+
13+
Contributions are always welcome!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsocket-chrome-devtools",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "RSocket Chrome Devtools",
55
"scripts": {
66
"build": "webpack --config webpack.prod.js",

screenshot.png

408 KB
Loading

0 commit comments

Comments
 (0)