Package Exports
- @liveblocks/server
Readme
@liveblocks/server
@liveblocks/server provides the core Liveblocks server functionality, powering
both the Liveblocks production environment, and dev server, so the
behavior is identical. You typically don't need to install or use this package
directly.
If you are interested in running Liveblocks locally or within your CI environment, check out the dev server instead (which has an actual web server wrapped around it, contains documentation, and a Dockerfile).
While @liveblocks/server contains the same core technology that powers
Liveblocks, we do not yet offer or recommend self-hosting or on-premises
deployment. The purpose of open sourcing the server package is to provide
transparency, and offer a great local development and testing experience. A
production-ready self-hosted deployment requires additional infrastructure and
expertise that are not yet easy to package.
License
Licensed under the GNU Affero General Public License v3.0 or later, Copyright © 2021-present Liveblocks.
See LICENSE-AGPL-3.0 for more information.