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
- Host: GitHub
- URL: https://github.com/ebyte23/vscode-collaboration
- Owner: eByte23
- License: mit
- Created: 2017-02-28T07:25:50.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2017-04-22T03:40:16.000Z (about 9 years ago)
- Last Synced: 2025-02-13T13:42:47.249Z (over 1 year ago)
- Topics: collaboration, sockets, vscode-extension
- Language: TypeScript
- Size: 1.84 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)