{"id":22663162,"url":"https://github.com/psyirius/rockite","last_synced_at":"2025-04-19T15:18:42.558Z","repository":{"id":266169765,"uuid":"897595145","full_name":"psyirius/Rockite","owner":"psyirius","description":"A modern, free and open-source WebSockets Client","archived":false,"fork":false,"pushed_at":"2024-12-24T06:22:55.000Z","size":2443,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T23:40:59.082Z","etag":null,"topics":["react","realtime","testing","websocket-client","websockets"],"latest_commit_sha":null,"homepage":"https://rockite.pages.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psyirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"psyirius","ko_fi":"psyirius","buy_me_a_coffee":"psyirius"}},"created_at":"2024-12-02T22:40:08.000Z","updated_at":"2025-01-02T08:11:19.000Z","dependencies_parsed_at":"2025-02-03T23:39:26.034Z","dependency_job_id":"4b666679-ec51-415e-88cc-86332c0c4c5a","html_url":"https://github.com/psyirius/Rockite","commit_stats":null,"previous_names":["psyirius/websocket-king","psyirius/rockite"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2FRockite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2FRockite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2FRockite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2FRockite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psyirius","download_url":"https://codeload.github.com/psyirius/Rockite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162153,"owners_count":20733357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","realtime","testing","websocket-client","websockets"],"created_at":"2024-12-09T12:17:30.838Z","updated_at":"2025-03-29T09:14:02.949Z","avatar_url":"https://github.com/psyirius.png","language":"TypeScript","funding_links":["https://patreon.com/psyirius","https://ko-fi.com/psyirius","https://buymeacoffee.com/psyirius"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"/assets/images/rockite-dark.svg\"\u003e\n    \u003cimg alt=\"Rockite - Modern WebSockets Client\" src=\"/assets/images/rockite-light.svg\" width=\"256px\"\u003e\n  \u003c/picture\u003e\n\u003c/div\u003e\n\n###\n\n\u003cdiv align=\"center\"\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ajlfbfcpbnkjhmbpbdagjfnlmgcikmgg.svg?style=flat-square)](https://chrome.google.com/webstore/detail/ajlfbfcpbnkjhmbpbdagjfnlmgcikmgg)\n\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eRockite\u003c/h1\u003e\n\nRockite is a tool designed to assist in developing and debugging WebSocket connections.\n\n#### Rockite is a fork of the original project: [WebSocket King](https://github.com/tomlerendu/Websocket-King)\n\n## Screenshots\n\n![Rockite - First Look](/assets/images/screenshot-0.png)\n![Rockite - Dual Pane](/assets/images/screenshot-1.png)\n\n## Features\n\n- No Account Required (Data stored locally)\n- Projects\n  - Connections\n    - History\n  - Payloads\n- Light \u0026 Dark Modes\n- Receive Text \u0026 Binary Messages\n- Send Text Messages (Binary is WIP 🚧)\n- Custom WebSocket Protocols\n- Auto Reconnect\n\n## Roadmap\n\n- Collections\n- Import/Export\n- Connection Timeout\n- Custom HTTP headers (in supported builds)\n- Binary data support \u0026 Hex Editor\n- Inspect WebSocket Frames\n- Low-level logging in Desktop builds\n- Optional BYOC (Bring Your Own Cloud) Sync\n- Actions\n- Other Real-time protocols support like MQTT, Socket.io, etc.\n- Runners (like Postman)\n- Scripting support\n- VSCode Extension\n- npx (npm) executable\n\n## Limitations\n\n- No access to localhost `ws://` servers in web version (available in Desktop and Chrome Extension)\n\n## Chrome Extension\n\n- Get it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/ajlfbfcpbnkjhmbpbdagjfnlmgcikmgg)\n- Alternatively, you can download the extension from the [Releases](https://github.com/psyirius/Rockite/releases) page and install it manually\n  - Download the `*-chrome.signed.crx` file\n  - Open the Chrome Extensions page (`chrome://extensions`)\n  - Drag and drop the downloaded file onto the Extensions page\n  - Click \"Add Extension\" when prompted\n  - Done!\n\n## Firefox Extension\n\nComing Soon...\n\n## Desktop Clients\n\nCheckout [Releases](https://github.com/psyirius/Rockite/releases)\n\n## Development\n\n1. Clone the project repo\n2. Run `pnpm install`\n3. Run `pnpm copy-env` with `.dev.env` file\n4. Run `pnpm dev` to start the development server\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Authors\n\n- [@tomlerendu](https://www.github.com/tomlerendu)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyirius%2Frockite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsyirius%2Frockite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyirius%2Frockite/lists"}