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

https://github.com/2captcha/ws-node-example


https://github.com/2captcha/ws-node-example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# WebSocket API demo for Node.js and [ws](https://www.npmjs.com/package/ws)

## Install dependencies
Definetely works fine with Node.js v16+

```sh
yarn
# or
npm i
```

## Run

```sh
yarn start
# or
npm start
```