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

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.

Awesome Lists containing this project

README

          

##Code Together. [![Build Status](https://travis-ci.org/antonmi/code_together.svg?branch=master)](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).