client-server-architecture
There are 150 repositories under client-server-architecture topic.
Library-Management-System
A Client-Server Architecture Based Library Management System.
Live-Chat-Room
A Java-based, multi-threaded chat application utilizing client-server architecture for single network communication.
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.
Computer-Networking
This is a repository containing the summary in details, about computer networking.
bluetooth-chat-mvvm
An android chatting app made in compose which uses device Bluetooth for transferring data (chats) and follows MVVM architecture.
SpringBoot-ImprookCare
Research and Develop Restful APIs for a Health Consultation And Management System (Spring Boot).
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.
real_estate_appraisal_sim
Real Estate Appraisal Simulator
StoryArch
To develop a non-web-based software application in Java to support individual and collaborative plot development for stories.
MVC-REST-API-PHP
simple MVC REST API framework using PHP and mySql
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.
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).
SKVMOIP
Scalable KVM Over IP Software Suite for Managing Servers and Remote Computers.
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.
system-monitor-so
A system monitor made in C using a client-server architecture.
course-management-system
Group project for Software Modeling and Design (COMP3700)
GoLang_Concurrent_Keyword-Density-Analyser
A concurrent solution, built in GoLang for performing keyword density analysis on large bodies of text.
Distributed-Shopping-System-Using-Sockets
A distributed shopping system using sockets that supports user authentication, product browsing, and purchasing in a client-server architecture.
BlockChain-Voting-System
This is a BlockChain based Voting System.
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
command_straw
Async server, client command executer
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
Deja-Brew
A coffee shop platform where users can order menu items by adding them into a cart and purchase cart items.
Music-Streaming-Service
A client-broker-server music streaming application, for the Distributed Systems course @/AUEB, Greece (2020)
ServerClient_Java
Client-Server in java with an emphasis on Solid, Grasp and Design Patterns.
Project-Distributed-File-System
Final Project for my distributed systems course
Geolocalizador-RT
This is a real-time distributed application which uses C sockets and simulates a communication protocol.
mqme
mqme (pronounced "make me") - A network message queing library with a flexible, friendly API
Concurrent-Firewall-Rule-Management-System
a concurrent firewall management system built with a client-server architecture. It allows real-time configuration and management of firewall rules over a network. The server handles requests to add, list, validate, and delete firewall rules, while tracking IP addresses and ports that match these rules. Also maintains complete log of all requests
minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
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.
Client-Server-Chat-App
A java program to help you understand the basics of networking.
clientServerChat
A program that enables multi-client communication through a central server, using socket programming and threads for concurrent connections.
SDP_Project
SDP Class - Final Project - 19/20 valores
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.