Rockite is a tool designed to assist in developing and debugging WebSocket connections.
Rockite is a fork of the original project: WebSocket King
- No Account Required (Data stored locally)
- Projects
- Connections
- History
- Payloads
- Connections
- Light & Dark Modes
- Receive Text & Binary Messages
- Send Text Messages (Binary is WIP 🚧)
- Custom WebSocket Protocols
- Auto Reconnect
- Collections
- Import/Export
- Connection Timeout
- Custom HTTP headers (in supported builds)
- Binary data support & Hex Editor
- Inspect WebSocket Frames
- Low-level logging in Desktop builds
- Optional BYOC (Bring Your Own Cloud) Sync
- Actions
- Other Real-time protocols support like MQTT, Socket.io, etc.
- Runners (like Postman)
- Scripting support
- VSCode Extension
- npx (npm) executable
- No access to localhost
ws://
servers in web version (available in Desktop and Chrome Extension)
- Get it from the Chrome Web Store
- Alternatively, you can download the extension from the Releases page and install it manually
- Download the
*-chrome.signed.crx
file - Open the Chrome Extensions page (
chrome://extensions
) - Drag and drop the downloaded file onto the Extensions page
- Click "Add Extension" when prompted
- Done!
- Download the
Coming Soon...
Checkout Releases
- Clone the project repo
- Run
pnpm install
- Run
pnpm copy-env
with.dev.env
file - Run
pnpm dev
to start the development server