GithubHelp home page GithubHelp logo

vicever / coditorx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhuweijava/coditorx

1.0 3.0 0.0 1.23 MB

CoditorX is an in-browser text editor for multiple players collaborating.

Home Page: http://coditorx.b3log.org

License: Apache License 2.0

Go 38.07% Shell 0.73% CSS 9.60% JavaScript 51.61%

coditorx's Introduction

CoditorX Build Status

Introduction

CoditorX is an in-browser text editor for multiple players collaborating.

Features

  • Allow user to register, everyone has its own workspace
  • User can share documents to others with edit or view permission
  • Real-time synchronize content to the users with the same shared document
  • Markdown preview

Architecture

Overview

architecture

Key points

  • Efficient protocol: websocket
  • Version control: version number, incremental changes/merges
  • Permission control: private, shared edit/view

Setup

Build CoditorX for yourself

  1. Download source or by git clone
  2. Get dependencies with go get
  3. Compile CoditorX with go build
  4. then run ./CoditorX or CoditorX.exe

Docker

  1. Get image: sudo docker pull 88250/coditorx:latest
  2. Run: sudo docker run -p 127.0.0.1:9090:9090 88250/coditorx:latest ./CoditorX -channel=ws://127.0.0.1:9090
  3. Open browser: http://127.0.0.1:9090

License

Copyright (c) 2015, B3log Team (http://b3log.org)

Licensed under the Apache License 2.0.

Credits

coditorx's People

Contributors

88250 avatar haorendashu avatar vanessa219 avatar

Stargazers

Vicever avatar

Watchers

Vicever avatar James Cloos avatar  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.