client-server-architecture

There are 148 repositories under client-server-architecture topic.

  • nidhaloff/b-rabbit

    A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of code. It implements all messaging pattern used by message brokers

    Language:Python2841010
  • mymadhavyadav07/Library-Management-System

    A Client-Server Architecture Based Library Management System.

    Language:Python14103
  • Live-Chat-Room

    gayanukabulegoda/Live-Chat-Room

    A Java-based, multi-threaded chat application utilizing client-server architecture for single network communication.

    Language:Java9100
  • arverma/Data_Diode

    A unidirectional network (also referred to as a unidirectional security gateway or data diode ) is a network appliance or device allowing data to travel only in one direction. It is used in guaranteeing information security. They are most commonly found in high security environments such as defense, where they serve as connections between two or more networks of differing security classification – also known as a "cross domain solution." This technology is also found at the industrial control level for such facilit ies as nuclear power plants, electric power generation/distribution, oil and gas production, water/wastewater, airplanes (between flight control units and in - flight entertainment systems), and manufacturing.

    Language:C8302
  • SaptarshiSarkar12/Computer-Networking

    This is a repository containing the summary in details, about computer networking.

  • sDevPrem/bluetooth-chat-mvvm

    An android chatting app made in compose which uses device Bluetooth for transferring data (chats) and follows MVVM architecture.

    Language:Kotlin6101
  • TuanTran0168/SpringBoot-ImprookCare

    Research and Develop Restful APIs for a Health Consultation And Management System (Spring Boot).

    Language:Java5102
  • AAWorks/real_estate_appraisal_sim

    Real Estate Appraisal Simulator

    Language:OCaml4110
  • adityatripathiiit/Mini_LinkedIn

    A cli-interactive application build on the top of Network layer, with custom protocols, client-server finite-state-machines and TCP socket. This has been tested with mininet using network topologies.

    Language:JavaScript4201
  • iSiddharth20/LLM-Chatbot

    Enables users to interact with the LLM via Ollama by implementating a client-server architecture utilizing FastAPI as server-side framework and Streamlit for user interface.

    Language:Python4280
  • navnit-chauhan/MVC-REST-API-PHP

    simple MVC REST API framework using PHP and mySql

    Language:PHP410
  • parthnan/HTTP-Image-Replacer

    Modified an Open Source HTTP Proxy software, ffproxy, to make the browser edit image tags in HTTP response bodies to display any image online or on computer(Not possible with encoded HTTPS).

    Language:C4100
  • thenameisajay/StoryArch

    To develop a non-web-based software application in Java to support individual and collaborative plot development for stories.

    Language:Java4200
  • akshayxemo/TCP-Client-Server-Socket

    It's a chatting system implemented in C - Programming Language by using TCP-Socket programming. In this project multiple Client can send and receive message between each other until they are connected to the Server. Clients can use multiple commands and command format provided by the server to communicate with the server and other clients.

    Language:C3100
  • C-Bell/GoLang_Concurrent_Keyword-Density-Analyser

    A concurrent solution, built in GoLang for performing keyword density analysis on large bodies of text.

    Language:Go3310
  • cadomani/course-management-system

    Group project for Software Modeling and Design (COMP3700)

    Language:TypeScript33261
  • ravi688/SKVMOIP

    Scalable KVM Over IP Software Suite for Managing Servers and Remote Computers.

    Language:C31130
  • ruilopesm/system-monitor-so

    A system monitor made in C using a client-server architecture.

    Language:C32171
  • agrigoridou/Distributed-Shopping-System-Using-Sockets

    A distributed shopping system using sockets that supports user authentication, product browsing, and purchasing in a client-server architecture.

    Language:Java2100
  • c1flores/Deja-Brew

    A coffee shop platform where users can order menu items by adding them into a cart and purchase cart items.

    Language:JavaScript2102
  • danielpaz6/ServerClient_Java

    Client-Server in java with an emphasis on Solid, Grasp and Design Patterns.

    Language:Java2001
  • hasanimran96/Project-Distributed-File-System

    Final Project for my distributed systems course

    Language:Python2011
  • jagumiel/Geolocalizador-RT

    This is a real-time distributed application which uses C sockets and simulates a communication protocol.

    Language:C210
  • juanyacovino77/Factoria

    A real-time workflow/chat-based system for handling team colaborating tasks and processes at factory contexts using MauiReactor MVU component-based metaframework over .NET MAUI for the client and ASP.NET Core SignalR for the server

    Language:C#2200
  • k-souvatzidaki/Music-Streaming-Service

    A client-broker-server music streaming application, for the Distributed Systems course @/AUEB, Greece (2020)

    Language:Java2104
  • keelanstuart/mqme

    mqme (pronounced "make me") - A network message queing library with a flexible, friendly API

    Language:C++2201
  • parsariyahi/command_straw

    Async server, client command executer

    Language:Python2110
  • parthasdey2304/BlockChain-Voting-System

    This is a BlockChain based Voting System.

    Language:JavaScript210
  • ChatApp-Client-Server-java

    usmanyousaaf/ChatApp-Client-Server-java

    This project implements a basic client-server communication system using the Java programming language,It demonstrates the fundamental concepts of computer networking of client-server architecture,deeper understanding of client-server communication, The client and server communicate with each other through messages sent over a network connection

    Language:Java2101
  • AntonioSebastiaoPedro/minitalk

    The purpose of this project is to code a small data exchange program using UNIX signals.

    Language:C110
  • bl33h/clientServerChat

    A program that enables multi-client communication through a central server, using socket programming and threads for concurrent connections.

    Language:C110
  • hardikkum444/TermChat

    TermChat is a terminal-based chatting server application written in Java. It utilizes Java socket programming to establish connections and facilitate communication between clients.

    Language:Java1100
  • Knowhere-coding/Connect-4

    Assessment - Software-Architectures

    Language:Java1100
  • mehmoodulhaq570/Client-Server-Chat-App

    A java program to help you understand the basics of networking.

    Language:Java1100
  • psytins/SDP_Project

    SDP Class - Final Project - 19/20 valores

    Language:Python1110
  • shahzaneer/API-Design

    This repository is a comprehensive resource for anyone looking to master the fundamentals of API design. It covers API fundamentals, API Design Patterns, Data Modeling and Performance Optimization concepts.