@roomservice/node

Room Service lets you add real-time collaboration to your app. It's a real-time service with a built-in [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) that automatically merges multiple people's state together without horrifying

Usage no npm install needed!

<script type="module">
  import roomserviceNode from 'https://cdn.skypack.dev/@roomservice/node';
</script>

README

@roomservice/node

Room Service lets you add real-time collaboration to your app. It's a real-time service with a built-in CRDT that automatically merges multiple people's state together without horrifying nightmare bugs. To learn more, see roomservice.dev.

This is the official, backend node SDK.