An open API service indexing awesome lists of open source software.

https://github.com/ebyte23/vscode-collaboration

real time collaboration for vscode
https://github.com/ebyte23/vscode-collaboration

collaboration sockets vscode-extension

Last synced: about 1 month ago
JSON representation

real time collaboration for vscode

Awesome Lists containing this project

README

          

# vscode-collaboration
real time collaboration for vscode

## GOALS

Inital
- 2 people can join a session 1 can push changes(send whole file)

After Initial
- Bi-directional updates (file differential)
- Session Pausiblity (imutible event tracking)
- Session Caching (Server)
- List users in session in tray (with ownership)
- Ability to transfer ownership to users in tray
- Ability to save session at point in time

Future
- Can you hook on debug/build events
-
- Encrypt data? (security later)
- Web Site version (monarco)