uci-websocket-client/example/client
David Kebler a21aa3bf88 0.1.8 refactored to match .3.9 uci-websocket
supports promise connect and auto reconnect with authentification (default is token
emits 'status' events so client can monitor socket status
the example client now uses quasar 1+ and is designed to work with example server in the uci-websocket repo
also uses npm-watch dev dependency for restarting example client with changes in the consumer socket
emit consumer-connection events
2019-09-16 18:24:08 -07:00
..
src 0.1.8 refactored to match .3.9 uci-websocket 2019-09-16 18:24:08 -07:00
.editorconfig 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. 2019-08-13 09:16:43 -07:00
.eslintignore 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. 2019-08-13 09:16:43 -07:00
.eslintrc.js 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. 2019-08-13 09:16:43 -07:00
.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. 2019-08-13 09:16:43 -07:00
.postcssrc.js 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. 2019-08-13 09:16:43 -07:00
.stylintrc 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. 2019-08-13 09:16:43 -07:00
README.md 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. 2019-08-13 09:16:43 -07:00
babel.config.js 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. 2019-08-13 09:16:43 -07:00
package.json 0.1.8 refactored to match .3.9 uci-websocket 2019-09-16 18:24:08 -07:00
quasar.conf.js 0.1.8 refactored to match .3.9 uci-websocket 2019-09-16 18:24:08 -07:00

README.md

Quasar App (test-client-new)

a test websocket client for uci websocket server

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.