Skip to content

Commit 48ce49e

Browse files
authored
Merge pull request #4281 from toddewilliams/patch-1
Update collaboration.md
2 parents d8c344b + a14fa86 commit 48ce49e

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/collaboration.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,19 @@ SERVICE_URL=https://open-vsx.org/vscode/gallery \
3030

3131
As `code-server` is based on VS Code, you can follow the steps described on Duckly's [Pair programming with VS Code](https://duckly.com/tools/vscode) page and skip the installation step.
3232

33-
## Code sharing with CodeTogether
34-
35-
[CodeTogether](https://www.codetogether.com/) is another service with cross-platform live collaborative features:
36-
37-
- Sharing ports,
38-
- Sharing, read/write terminals,
39-
- Joining via web browser or another IDE.
40-
41-
However, some of these are [paid options](https://www.codetogether.com/pricing/).
33+
## Code sharing using CodeTogether
34+
35+
[CodeTogether](https://www.codetogether.com/) is a real-time cross-IDE replacement for Microsoft Live Share providing:
36+
37+
- Cross-IDE support - between VS Code, Eclipse, IntelliJ and IDEs based on them (browser or desktop)
38+
- Real-time editing - shared or individual cursors for pairing, mobbing, swarming, or whatever
39+
- P2P encrypted - servers can't decrypt the traffic ([Security Details](https://codetogether.com/download/security/))
40+
- SaaS or [On-premises](https://codetogether.com/on-premises/) options
41+
- Shared servers, terminals, and consoles
42+
- Unit Testing - with support for Red, Green, Refactor TDD
43+
- Joining via a web browser or your preferred IDE
44+
- Free unlimited 1 hour sessions with 4 participants
45+
- Multiple plans including [free or paid options](https://www.codetogether.com/pricing/)
4246

4347
### Installing the CodeTogether extension
4448

0 commit comments

Comments
 (0)