GithubHelp home page GithubHelp logo

wyk9787 / g-chatbox Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 38 KB

A P2P chat box implemented in C which provides both scalability and fault tolerance.

Makefile 1.25% C 98.75%
p2p p2p-chat p2p-network distributed-systems network-programming socket-programming

g-chatbox's Introduction

G-ChatBox

A P2P chat box implemented in C which provides both scalability and fault tolerance.

Features

  • Scalability

The system scales to many thousands of users without the need for a massive server or high-end internet connection. That means clients are not connecting to a single central server. Each peer(client) is itself both a client and a server.

  • Reliability

The system tolerates failure of any individual peer node in the service including the failure of very first node joined the network; there is no single point of failure. In the case of failure of directory server, already joined peers will be able to proceed their conversation as usual.

  • Network Partition Avoidance

The way directory server helps each client join the network avoids the possibility of network partition entirely.

Usage

Server side

./server

Client side

./client <username> <server address>

g-chatbox's People

Contributors

wyk9787 avatar

Stargazers

 avatar

Watchers

 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.