Skip to content

Open Collaboration Tools: live-sharing solution for Eclipse Theia, VS Code and other editors and IDEs

License

Notifications You must be signed in to change notification settings

TypeFox/open-collaboration-tools

Repository files navigation

Open Collaboration Tools

Open Collaboration Tools is a collection of open source tools, libraries and extensions for live-sharing of IDE contents, designed to boost remote teamwork with open technologies.

This is how it works: one person starts a collaboration session as host and invites others to join. The IDE extension distributes the contents of the hostʼs workspace and highlights text selections and cursor positions of other participants. In parallel, they get together in their favorite meeting or chat app for immediate discussion. All participants see what the others are looking at and and what changes they propose in real-time. This way of remote collaboration reduces confusion and maximizes productivity.

What's special about Open Collaboration Tools is that it's fully open source under the MIT license, and that it offers libraries to extend the approach on multiple levels: custom editors, custom IDE integrations, or even web applications.

For more information about this project, please read the announcement.

Public Instance

A public instance of the collaboration server is available at open-collab.tools.

TypeFox offers this service with the intent to demonstrate the capabilities of the project and to support open source communities with it. However, we recommend all companies who wish to adopt this technology to deploy their own instance of it, secured with their existing access restrictions.

Usage of the public instance is bound to its Terms of Use. Please read them carefully and use our Discussions for any questions.

IDE Extensions

Extension for VS Code

Extension for Eclipse Theia

Build

Build all packages:

npm i
npm run build

Launch the server application:

npm run start

Deployment

A container image named oct-server is available for simple deployment. It does not require any additional infrastructure services. However, the server uses WebSocket connections and holds session data in memory, so horizontal scaling is not yet supported.

Build the container image:

docker compose build

Launch the server from inside the container

docker compose up -d

About

Open Collaboration Tools: live-sharing solution for Eclipse Theia, VS Code and other editors and IDEs

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Languages