shansheng / shared-editor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shared-editor

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

项目演示:http://editor.miaoerduo.com/?doc=demo

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

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

使用:

# clone代码
git clone git@github.com:miaoerduo/shared-editor.git ./shared-editor

cd shared-editor

# 安装依赖
npm install

# 运行
node app.js

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

About

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


Languages

Language:JavaScript 99.9%Language:HTML 0.1%