wsem

Simple module to manage events between web socket clients

Usage no npm install needed!

<script type="module">
  import wsem from 'https://cdn.skypack.dev/wsem';
</script>

README

What's wsem?

Web Socket Event Manager is a simple module to manage events between web socket clients with nodejs.

Its goal is to make web sockets apps clients synchronization easier.

It is based on expressjs and socket.io.

Features

TODO

Usage

TODO

Have a look at the demo to see how to use the api.

Enjoy !