awinogradov / code-editor-demo

A mock up of a code editor built using React, Ace, Flux, and Convergence

Home Page:https://demos.convergence.io/code-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convergence Code Editor Demo

This project provides a mock up of collaborative code editor using the React, the Ace Editor and Convergence for persistence and realtime collaboration.

Note: This is merely a demonstration, and not intended to be a full fledged / real code editor.

Getting started

  1. Clone this repository
  2. npm install
  3. Updated the CONVERGENCE_URL in the public/code-editor-config.js to point to your Convergence server.
  4. npm start to launch a lightweight web server for running the editor locally.

Features

  1. Proper conflict resolution (try editing the same code with two users simultaneously)
  2. User presence (see which users are currently connected)
  3. Activity tracking (cursor positions and highlights color-coded per remote user)

About

A mock up of a code editor built using React, Ace, Flux, and Convergence

https://demos.convergence.io/code-editor/

License:MIT License


Languages

Language:JavaScript 72.5%Language:CSS 25.2%Language:HTML 2.3%