Web socket client used in browser frontend. Designed to talk with uci-websocket and use the UCI packet format
 
 
 
 
Go to file
David Kebler 2627de964d 0.1.6
major refactor of websocket client
remove auto reconnect dependency and wrote zero dep one.
Has promise for initial connect and then will reconnect emmiting disconnet/reconnect to server events
2019-03-01 18:12:08 -08:00
src 0.1.6 2019-03-01 18:12:08 -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 0.1.6 2019-03-01 18:12:08 -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