https://github.com/zephyrpersonal/aliyun-ws-client
阿里云 api-gateway websocket 双向通信 浏览器端实现
https://github.com/zephyrpersonal/aliyun-ws-client
Last synced: 9 months ago
JSON representation
阿里云 api-gateway websocket 双向通信 浏览器端实现
- Host: GitHub
- URL: https://github.com/zephyrpersonal/aliyun-ws-client
- Owner: zephyrpersonal
- Created: 2020-01-15T13:51:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:15:52.000Z (over 3 years ago)
- Last Synced: 2025-03-05T01:35:37.780Z (over 1 year ago)
- Language: TypeScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aliyun WS Client
阿里云 api-gateway websocket 双向通信 浏览器端实现
install
```shell
yarn add aliyun-ws-client -S
```
run example
```shell
# clone repo
git clone git@github.com:zephyrpersonal/aliyun-ws-client.git
# install dependencies
yarn
# run a local dev server
yarn example
```