@tr0n0s/sockjs-client
v1.6.1
Published
mirror of sockjs-client, bundled and exposed as ES module
Downloads
16
Readme
@tr0n0s/sockjs-client
This is a mirror of sockjs-client, bundled and exposed as ES module.
Install
npm install @tronos/sockjs-client
Use
<script type="module">
import SockJS from '@tr0n0s/sockjs-client';
</script>