Skip to content

miaoerduo/shared-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shared-editor

基于Nodejs的在线共享编辑器。

项目博客:http://www.miaoerduo.com/nodejs/小喵的在线共享编辑器.html

功能:打开多个相同doc的网址,所有的操作均会共享。参数doc决定文档的id。

使用:

# clone代码
git clone [email protected]:miaoerduo/shared-editor.git ./shared-editor

cd shared-editor

# 安装依赖
npm install

# 运行
node app.js

# 访问 http://localhost:8080/?doc=doc_id 就可以预览效果了。

About

基于Nodejs的在线共享编辑器。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published