Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

リアルタイム共同編集をフロントエンドで実装するためのリポジトリ。

Notifications You must be signed in to change notification settings

trancore/collaborative-editing-text-editor

Repository files navigation

collaborative-editing-text-editor

このリポジトリは、リアルタイム共同編集の実装を確認するためのプロジェクトです。

技術要件

主要なものだけを記載します。

ライブラリ バージョン
Yjs 13.6.18

環境構築

ルートディレクトリに移動し、そこで以下のコマンドを実行してください。

npm install

アプリケーションの起動方法

フロント画面を起動するには、以下のコマンドを実行してください。

npm run dev

一方でサーバ側を起動するには、以下のコマンドを実行してください。

npm run server

共同編集を行いたい場合は、画面、サーバー両方を起動してください。

使用例

使用例

About

リアルタイム共同編集をフロントエンドで実装するためのリポジトリ。

Topics

Resources

Stars

Watchers

Forks