1.0.0 • Published 5 years ago

lab-ui-websocket v1.0.0

Weekly downloads
1
License
Apache License 2....
Repository
github
Last release
5 years ago

Build Status Coverage Status Greenkeeper badge Documentation

lab-ui-websocket

Reconnecting WebSocket interface for LabUI, with specialliced methods to simplify the reneralized usage with the LabUi uiGenerator class.

Development

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)

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