Giter Site home page Giter Site logo

cs739-project's Introduction

CollabDraw
==========

Project Proposal Link: https://docs.google.com/document/d/1yLoCjye_Yg1iWLO1RrQlO_94_mYPU-6l8tQfFApqea0/edit

The idea is to create a collaborative real-time drawing board. Multiple users can make change to the same board at the same time and all the changes would be propagated to all the client instantly. 

The aspect of the distributed systems that we intend to explore with this project are :
1) Real-time synchronization of data.
Whenever a client makes a change on its local canvas, this change is propagated to a live server which broadcasts it to all the clients connected to a specific session.

2) Network latency in distributed systems.
How much time does it take for real-time synchronization in a distributed system for a simple application?

3) Fault-tolerance.
What happens if the backend-server is down? To avoid that scenario, sync all the changes to failover servers too. When
the primary server is down, direct all the real-time synchronization requests to the failover server.

4) Disconnected operations.
What if none of the backend servers are up and running ? The client should still be able to do operations locally which
should be merged with the backend servers when they are up again and broadcast to all the clients.

5) Conflict resolution
If two clients have modified the same canvas in conflicting ways, how to do the conflict resolution to achieve consistent
state ? This can be done using a technique called Operational Transformation.

cs739-project's People

Contributors

panwaria avatar prashantuw avatar solitaryreaper avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.