Skip to content

Code Friends is a collaborative programming environment with real-time concurrent editing, and text/video chat. Collaborate with others remotely and see your changes sync instantly. Think of it as Google Docs for your sublime text editor.

License

Notifications You must be signed in to change notification settings

rajkumargithub/CodeFriends

 
 

Repository files navigation

CodeFriends

Build Status Dependency Status devDependency Status

CodeFriends is a collaborative programming environment in your browser. Work with others in real time over text or video chat, clone in repos from Github, and see the changes instantly when a collaborator edits the project.

Team

Table of Contents

  1. Usage
  2. Development
    1. Setup
    2. Running
    3. Testing
  3. Contributing
  4. License

Usage

  1. Login with Github or create an account.
  2. Clone a repo, use a template, or create a project from scratch.
  3. Invite collaborators with their Github username and start collaborating!

Real time editing with others

Development

Setup

Install mysql and mongodb

brew install mysql mongo

Install mocha and gulp

npm install -g mocha gulp nodemon

Install all packages and bower components

npm install
bower install

Running

Running for development (using nodemon):

npm run dev

Running on production (using forever):

npm start

Testing

npm test

Contributing

See CONTRIBUTING.md for contribution guidelines.

License

MIT License 2014

About

Code Friends is a collaborative programming environment with real-time concurrent editing, and text/video chat. Collaborate with others remotely and see your changes sync instantly. Think of it as Google Docs for your sublime text editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • CSS 35.4%
  • HTML 9.4%
  • Shell 0.1%