https://github.com/antonmi/code_together
Collaborative coding service.
https://github.com/antonmi/code_together
Last synced: about 1 year ago
JSON representation
Collaborative coding service.
- Host: GitHub
- URL: https://github.com/antonmi/code_together
- Owner: antonmi
- Created: 2013-05-01T14:02:04.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-04-01T20:44:52.000Z (about 11 years ago)
- Last Synced: 2024-04-14T14:31:35.632Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://antonmi.github.io/code_together/
- Size: 849 KB
- Stars: 12
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Code Together. [](https://travis-ci.org/antonmi/code_together)
###Collaborative coding service.
###CodeTogether's basic technologies:
1. WebSocket server based on [EventMachine](http://rubyeventmachine.com/) and [em-websocket](https://github.com/igrigorik/em-websocket/).
2. [diff-match-patch](https://code.google.com/p/google-diff-match-patch/) algorithm both on clients and server side.
3. [CodeMirror](http://codemirror.net) to highlight the code.
####See demo here: [Code Together](http://antonmi.github.io/code_together).