Inspiration
To make coding with other people as simple as working on a Google Doc.
What it does
It connects multiple machines via Google Cloud in order to work on a single code file together.
How we built it
With python, we used the Google Cloud API to connect each machine to a Google Doc, where asynchronous changes are made to each machine through it.
Challenges we ran into
The merge function between what someone else has, what the shared doc has, and what you have gave us the most headache.
Accomplishments that we're proud of
We're proud that it works, in the fact that you can connect machines together to work on code simultaneously, even if it has some bugs
What we learned
We should've hosted out own server and used python websockets instead of Google Cloud
What's next for Code Together
Fix the rest of the bugs
Log in or sign up for Devpost to join the conversation.