Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/websocat
communicate with websocket services
https://github.com/ali322/websocat
Last synced: 10 days ago
JSON representation
communicate with websocket services
- Host: GitHub
- URL: https://github.com/ali322/websocat
- Owner: ali322
- Created: 2022-07-04T09:25:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T06:44:52.000Z (over 1 year ago)
- Last Synced: 2024-10-11T09:14:45.753Z (about 1 month ago)
- Language: Vue
- Size: 525 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Websocat
comunicate with websocket services
## Get Started
```bash
#1. clone this repository#2. install all dependencies
pnpm install#3. start project
pnpm run dev
```## Release
```bash
#1. build new release
pnpm run build
```