|
| 1 | +# Collaboration |
| 2 | + |
| 3 | +With third-party extensions, you can use code-server to collaborate with other developers in real time. |
| 4 | + |
| 5 | +## Code sharing using Duckly |
| 6 | + |
| 7 | +[Duckly](https://duckly.com/) allows you to share your code in real-time even with people using different IDEs (like JetBrains and VSCode). |
| 8 | + |
| 9 | +- Cross-IDE support, |
| 10 | +- Real-time typing, |
| 11 | +- P2P encrypted, |
| 12 | +- Voice and audio chat, |
| 13 | +- Terminal sharing |
| 14 | + |
| 15 | +### Installing the Duckly Extension |
| 16 | + |
| 17 | +Duckly uses an extension to provide real time sharing features |
| 18 | + |
| 19 | +1. Install the Duckly extension from OpenVSX on `code-server`. |
| 20 | + |
| 21 | +```bash |
| 22 | +SERVICE_URL=https://open-vsx.org/vscode/gallery \ |
| 23 | + ITEM_URL=https://open-vsx.org/vscode/item \ |
| 24 | + code-server --install-extension gitduck.code-streaming |
| 25 | +``` |
| 26 | + |
| 27 | +2. Refresh you `code-server` window. You should now be able to see the Duckly extension. |
| 28 | + |
| 29 | +### Sharing with Duckly |
| 30 | + |
| 31 | +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. |
0 commit comments