Web socket client used in browser frontend. Designed to talk with uci-websocket and use the UCI packet format
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
David Kebler 3fb6d99dcc 0.1.9 fix initTimeout and retryWait option setting for when zero 3 years ago
example/client 0.1.8 refactored to match .3.9 uci-websocket 4 years ago
src 0.1.9 fix initTimeout and retryWait option setting for when zero 3 years ago
.eslintrc.js refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up. 4 years ago
.gitignore 0.1.7 Update Deps - created example folder and put in server and client (v1+ quasar) matched examples. Change scripts in package.json to run examples add @uci/websocket as a dev dep. 4 years ago
.npmignore 0.1.7 Update Deps - created example folder and put in server and client (v1+ quasar) matched examples. Change scripts in package.json to run examples add @uci/websocket as a dev dep. 4 years ago
nodemon.json.off 0.1.8 refactored to match .3.9 uci-websocket 4 years ago
package.json 0.1.9 fix initTimeout and retryWait option setting for when zero 3 years ago
readme.md refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up. 4 years ago

readme.md

UComandIt Websocket Class for Browsers sending and receiving JSON packets

What is it

TL/DR;

What's it good for

Why Bother

Getting Started