← All plugins

Chat Backend

Server @edv4h/usketch-plugin-server-chat

Persistent chat messages with rate limiting.

pnpm add @edv4h/usketch-plugin-server-chat

Overview

Chat Backend is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { ServerChatPlugin } from "@edv4h/usketch-plugin-server-chat";

const app = createApp({
  plugins: [
    ServerChatPlugin,
  ],
});

Links