lab-gui-websocket
v2.0.1
Published
[![npm latest version](https://img.shields.io/npm/v/lab-gui-websocket.svg)](https://www.npmjs.com/package/lab-gui-websocket) [![Build Status](https://travis-ci.org/MicroControlLab/lab-gui-websocket.svg?branch=master)](https://travis-ci.org/MicroControlLab
Downloads
2
Maintainers
Readme
lab-gui-websocket
Reconnecting WebSocket interface for lab-gui, with specialliced methods to simplify the generalized usage with the LabUi uiGenerator class.
Development
See Contibuting
Credits
The idea is for the reconnecting WebSocket interface is taken from Joe Walnes ReconnectingWebSocket and the basic typescript implenetation was taken from David Doran typescript implementation.
Thank also goes to @alexjoverm who created typescript-library-starter