Code Monkey home page Code Monkey logo

ecsheet's Introduction

基于Luckysheet实现的协同编辑在线表格


这两年,在线表格协作工具越来越火,但开源界一直没有相关的实现,被垄断在几个大厂手上,随着Luckysheet 的横空出世,开源界终于也有一个漂亮能打的在线表格,而且仔细研究后发现Luckysheet与excel已经特别接近,也实现了协同编辑,故基于Luckysheet,本项目实现了一个协同编辑的demo:

本项目后端的语言是Java,主要技术栈如下:

  • 框架:SpringBoot + Websocket
  • 数据库:MongoDB 4.4.0
  • 前端核心:Luckysheet

🚀Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.


演示地址: 点击访问

QuickStart

由于后端是基于Java和mongo的,需要提前安装相关环境,如想快速体验,建议使用Docker,本项目也经docker环境验证可以正常运行。

1. 安装Docker环境

参考阿里云方案:https://developer.aliyun.com/article/110806

2. 使用Docker 安装mongodb并启动

参考菜鸟教程方案:https://www.runoob.com/docker/docker-install-mongodb.html 代码里面的mongo账户密码为 admin/123456,请保持一致

3. 打包程序docker镜像

  • 在服务器新建一个docker文件夹,将maven打包好的jar包和Dockerfile文件复制到服务器的docker文件夹下,执行以下语句
docker build -t ecsheet .
  • 启动容器
docker run -d --name ecsheet --link mongo:mongo -p 9999:9999 ecsheet

4. 访问地址

http://{你服务器的ip地址}:9999/index

ecsheet's People

Contributors

dilemmavi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.