@exmg/exmg-web-socket
v3.0.1
Published
Web Sockets Element
Downloads
1
Readme
exmg-web-socket
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