Skip to content
HN On Hacker News ↗

GitHub - ueberdosis/hocuspocus: The Yjs CRDT WebSocket backend for conflict-free real-time collaboration in your app.

▲ 38 points 7 comments by philipisik 4d ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is fully human-written

0 %

AI likelihood · overall

Human
100% human-written 0% AI-generated
SEGMENTS · HUMAN 1 of 1
SEGMENTS · AI 0 of 1
WORD COUNT 196
PEAK AI % 0% · §1
Analyzed
May 20
backend: pangram/v3.3
Segments scanned
1 windows
avg 196 words each
Distribution
100 / 0%
human / AI fraction
Verdict
Human
Pangram v3.3

Article text · 196 words · 1 segments analyzed

Human AI-generated
§1 Human · 0%

A plug & play collaboration backend based on Y.js.

Documentation The full documentation is a available on hocuspocus.dev/introduction. Cloud Hosting You want to use Hocuspocus, but don't want to care about hosting? Check our Cloud Offering: Tiptap Collab Feedback Send all your questions, feedback and bug reports to humans@tiptap.dev or create an issue here. Usage The following example is a example setup you need to start a WebSocket server. By default, it’s listening on http://127.0.0.1 (or prefixed with the WebSocket protocol on ws://127.0.0.1): import { Server } from '@hocuspocus/server' import { SQLite } from '@hocuspocus/extension-sqlite'

const server = new Server({ port: 1234,

async onConnect() { console.log('🔮') },

extensions: [ new SQLite({ database: 'db.sqlite', }), ], });

server.listen(); Community For help, discussion about best practices, or any other conversation: Join the Tiptap Discord Server Sponsors 💖

Tiptap Cargo Saga Gamma Outline Ahrefs Brickdoc Sana Poggio

… and hundreds of awesome inviduals. Using Hocuspocus in production? Invest in the future of Hocuspocus and become a sponsor! Contributing Please see CONTRIBUTING for details. Contributors kris (who wrote the initial version), Tom Moor, YousefED (@TypeCellOS) and many more. License The MIT License (MIT). Please see License File for more information.