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
mymadhavyadav07/Library-Management-System
A Client-Server Architecture Based Library Management System.
gayanukabulegoda/Live-Chat-Room
A Java-based, multi-threaded chat application utilizing client-server architecture for single network communication.
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.
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.
TuanTran0168/SpringBoot-ImprookCare
Research and Develop Restful APIs for a Health Consultation And Management System (Spring Boot).
AAWorks/real_estate_appraisal_sim
Real Estate Appraisal Simulator
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.
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.
navnit-chauhan/MVC-REST-API-PHP
simple MVC REST API framework using PHP and mySql
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).
thenameisajay/StoryArch
To develop a non-web-based software application in Java to support individual and collaborative plot development for stories.
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.
C-Bell/GoLang_Concurrent_Keyword-Density-Analyser
A concurrent solution, built in GoLang for performing keyword density analysis on large bodies of text.
cadomani/course-management-system
Group project for Software Modeling and Design (COMP3700)
ravi688/SKVMOIP
Scalable KVM Over IP Software Suite for Managing Servers and Remote Computers.
ruilopesm/system-monitor-so
A system monitor made in C using a client-server architecture.
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.
c1flores/Deja-Brew
A coffee shop platform where users can order menu items by adding them into a cart and purchase cart items.
danielpaz6/ServerClient_Java
Client-Server in java with an emphasis on Solid, Grasp and Design Patterns.
hasanimran96/Project-Distributed-File-System
Final Project for my distributed systems course
jagumiel/Geolocalizador-RT
This is a real-time distributed application which uses C sockets and simulates a communication protocol.
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
k-souvatzidaki/Music-Streaming-Service
A client-broker-server music streaming application, for the Distributed Systems course @/AUEB, Greece (2020)
keelanstuart/mqme
mqme (pronounced "make me") - A network message queing library with a flexible, friendly API
parsariyahi/command_straw
Async server, client command executer
parthasdey2304/BlockChain-Voting-System
This is a BlockChain based Voting System.
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
AntonioSebastiaoPedro/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
bl33h/clientServerChat
A program that enables multi-client communication through a central server, using socket programming and threads for concurrent connections.
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.
Knowhere-coding/Connect-4
Assessment - Software-Architectures
mehmoodulhaq570/Client-Server-Chat-App
A java program to help you understand the basics of networking.
psytins/SDP_Project
SDP Class - Final Project - 19/20 valores
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.