Skip to content
Tech News
← Back to articles

Show HN: Hocuspocus 4 – self-hosted Yjs collaboration backend

read original get Yjs Collaboration Server → more articles
Why This Matters

Hocuspocus 4 offers a self-hosted, plug-and-play collaboration backend based on Y.js, empowering developers to build real-time collaborative applications with ease. Its flexible architecture and support for extensions like SQLite make it a valuable tool for both individual developers and organizations seeking control over their collaboration infrastructure. This development signifies a shift towards more customizable, privacy-focused collaboration solutions in the tech industry.

Key Takeaways

Hocuspocus

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 [email protected] 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):

... continue reading