README
Publish wsio package to npm repository
- create user if you don't heave one: npm add user
- store credentials on the client: npm login
- ensure that credentials are stored on the client: npm config ls
- public package: npm publish
Web-Socket service
<script type="module">
import wsio from 'https://cdn.skypack.dev/wsio';
</script>
Publish wsio package to npm repository