Web socket client used in browser frontend. Designed to talk with uci-websocket and use the UCI packet format
 
 
 
 
Go to file
David Kebler 4d6661f785 refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up.
Minor improvements to test client example.

updated autobind
2019-02-26 12:07:16 -08:00
src refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up. 2019-02-26 12:07:16 -08:00
test-client refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up. 2019-02-26 12:07:16 -08:00
.eslintrc.js refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up. 2019-02-26 12:07:16 -08:00
.eslintrc.js.off2 working web browser client (with quasar) uses json packets and specifically works with uci-websocket 2018-04-05 15:11:59 -07:00
.gitignore working web browser client (with quasar) uses json packets and specifically works with uci-websocket 2018-04-05 15:11:59 -07:00
.npmignore add quasar uci socket test client 2018-05-31 13:59:18 -07:00
package.json refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up. 2019-02-26 12:07:16 -08:00
readme.md refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up. 2019-02-26 12:07:16 -08:00

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