@anbcodes/asyncws

A websocket wrapper for node and web that allows you to give it a config and it will forward methods from the client to the server

Usage no npm install needed!

<script type="module">
  import anbcodesAsyncws from 'https://cdn.skypack.dev/@anbcodes/asyncws';
</script>

README

AsyncWS

A websocket wrapper for node and web that allows you to give it a config and it will forward methods from the client to the server

Examples

An example of this project is available here