Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```