ark-chat

Chat plugin for ark

Usage no npm install needed!

<script type="module">
  import arkChat from 'https://cdn.skypack.dev/ark-chat';
</script>

README

ark-chat

This repository contains some code for providing a chat-functionality for ark. It basically creates documents which represent a conversation. You can also retrieve all conversations, the requesting user is participating.

You can send messages to a particular conversation.

This plugin connects to the ark-realtime-plugin which takes care about websocket-connections.