Git Product home page Git Product logo

chat-chamber's Introduction

ChatChamber

ChatChamber is a terminal-based, multi-threaded chat application that uses socket handling for communication and OpenSSL for end-to-end encryption. The project contains two directories, client and server, each containing the necessary files to run the respective components of the application.

ChatChamber is a terminal-based, multi-threaded chat application that uses socket handling for communication and OpenSSL for end-to-end encryption. The project is separated into two directories, client and server, each containing the necessary files to run the respective components of the application.

The client directory includes the source code and makefile for the client component of the application. It also includes an installation script to install the required dependencies and a Dockerfile for containerization. The client component allows users to connect to the chat server, enter a username, and start chatting with other users.

The server directory includes the source code and makefile for the server component of the application. It also includes an installation script to install the required dependencies and a Dockerfile for containerization. The server component handles the communication between clients and manages the chat session.

Both the client and server component use OpenSSL for end-to-end encryption, ensuring the security of the communication. The client and server component have been tested and developed on a unix-based operating system, GCC as the compiler and Make for building the binaries.

Prerequisites

- A Unix-based operating system (Windows users can use the Windows Subsystem for Linux (WSL))
- GCC, the GNU Compiler Collection
- Make
- OpenSSL library
- Docker (if you want to run the application in a container)

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.