在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:vigzmv/IPFS-CRDT-shared-editing开源软件地址:https://github.com/vigzmv/IPFS-CRDT-shared-editing开源编程语言:JavaScript 100.0%开源软件介绍:IPFS CRDT Shared Editing
An distributed application that allows for several users to edit the same document at the same time, something similar to Google Docs, but without any coordinating server. Check it out Live Here, Open it on few tabs or devices and start typing... IPFSIPFS stands for Interplanetary File System, and is much more than a file system. It’s an entire network stack for the decentralised and peer-to-peer web, allowing you to build truly serverless web applications. More about IPFS here ipfs.io. CRDTConflict-Free Replicated Data Types provides a conflict-free manner of replicating data across multiple nodes without ever having to elect a leader or use another type of centralized authority to reach consensus. The project uses js-ipfs, which is a Javascript implementation of IPFS that works in Node.js and in a modern browser. The ProjectA text editor that requires no server but yet, allows several users to edit it in a collaborative fashion. We can call it “google docs without google for plain text”. Set upPre-requisites
Install$ git clone https://github.com/vigzmv/IPFS-CRDT-shared-editing.git
$ cd IPFS-CRDT-shared-editing
$ yarn install Build$ yarn build Run$ yarn start Open in browserUsing a modern browser that supports WebRTC, like a recent version of Chrome or Firefox, open several windows of http://localhost:1234 and start typing!! LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论