3.0.1 • Published 6 years ago

@exmg/exmg-web-socket v3.0.1

Weekly downloads
1
License
MIT License
Repository
github
Last release
6 years ago

exmg-web-socket Build Status

Polymer 2.0 Web Sockets Element including keep alive

Example:

<exmg-web-socket
  url="[[url]]"
  last-response="{{lastResponse}}"
  keep-alive verbose>
</exmg-web-socket>

Please visit the API Documentation and demo page for more information.

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve