Giter Club home page Giter Club logo

collide's Introduction

Collide

What is Collide?

Collide is an open-source "collaborative IDE" demonstration.

Collide allows multiple users to edit the same files in real-time,
with syntax highlighting, autcomplete, quick-search and a host of other features.

Collide was built and open sourced by google;
the original repository is online @ [https://code.google.com/p/collide/]
This fork has updated all dependencies, and added a number of features (detailed below).

Quick start

git clone [email protected]:WeTheInternet/collide.git
cd collide
ant dist
bin/deploy/collide
(optional) sudo ln -s bin/deploy/collide ~/bin (or just add bin/deploy/collide to your PATH environment variable)
Browse to (http://localhost:8080).
Profit.

Requirements:

  • To run: Java 7
  • To build: Ant 1.8.4+
  • All other dependencies are currently bundled in

About this Fork

This fork has been updated to use the released version of Elemental,
instead of the pre-release version in the original project.

Vert.x has also been updated,
and the project now uses XApi cross platform java services.

All reusable functionality will be distributed in XApi, with Collide being the demo frontend for all developer tools in XApi.

This copy also includes an embedded GWT super dev mode recompiler,
allowing Collide to edit, recompile and hotswap its own frontend.

You may test this feature by browsing to /res/demo.html#/
(or right-click demo.html in file navigator and select View in Browser).

Build

`ant dist`

Running

From any folder, run:

`[collide directory]/bin/deploy/collide`

Point a browser at (http://localhost:8080/).

You are recommended to add the deploy directory to your PATH environment variable.

Hints for USING COLLIDE

Atl+enter brings up the "Awesome Box" for fast file switching.

Ctrl+space does client side lexical completions and code snippets.

Eclipse setup

  • First, run ant build test to make sure all generated files are created.
  • Import the existing Eclipse project in the root directory.
  • Java 7 must be your default JRE.

Debug the server

[collide directory]/bin/deploy/collide -debug

Remote attach to port 8001. An Eclipse launch config is included.

collide's People

Contributors

jamesxnelson avatar

Watchers

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