There are 4 repositories under client-server-example topic.
👥 A simple Chat Client in Java, implemented with the Observer pattern 👥
🖥 A simple Chat Server in Java, implemented with the Observer pattern 🖥
This repository contains all my work from Computer Network Lab
This project presents a WCF Stock Service Library (StockServiceLib) that mimics a stock exchange. The service is implemented as a “singleton” and maintains persistent data between client calls and can handle multiple client sessions. The service is hosted via a console application (StockServiceHost). The client and service participate in a bi-directional/callback relationship. The client (StockClient) uses the ChannelFactory pattern as opposed to “Add Service Reference” with SVCUTIL. The client and service share a common assembly (SharedLib) that contains the key contract and data model information. Furthermore, a Utilities project is used by the client console application to facilitate user data entry and the complicated details of building and managing the WCF ChannelFactory connection implementation. The ProxyGen class inside the Utilities project abstracts the details of implementing and managing a generic ChannelFactory connection to a generic service for a client. Note: The Utilities project library was included as base code for my lab project to facilitate speedy completion; we were not expected to code this Utilities project ourselves due to complexity and time constraints. The remaining projects in the solution (SharedLib, StockClient, StockServiceHost, and StockServiceLib), I completed individually per requirements for the lab project.
Simple web app demo made with DevOps practices.
This is an Android app chat sample work as a client and PHP using the Ratchet project as Server and JS Websocket.
In this repository I'm going to tell you about Client and Server connection. The back end of client and server in java.
Client-server application for teaching design patterns
a simple in-memory key-value (KV) store as a client-server application running over TCP sockets,
Example of simple single-threaded event-driven session-based server with UDP and TCP connectivity support at same time and client for it.
Android, Go, Gorilla Mux, GORM, PostgreSQL Integration Example
A practical client-server orderbook for learning purposes
The purpose of this repository is to demonstrate a client server communication illustration using Java Sockets.
nyusocket is a module golang for make a socket server simply and compatible with the native socket of any browser
Client-server java chatbot to play a game. This is the second iteration and the game is played between a client and a server.
Client-Server application
(Java) Playing around with sockets. Just for fun.
Client-Server typescript template with browserify and hot reloading
(Inactive) A client-server program for our final CS 214 project. The goal was to transfer files (like memes!) remotely.
Пример клиент-серверного приложения на WinSock2 API с дейтаграммными сокетами (протокол UDP).
Linux TCP/UDP Client-Server example
The client-server library in order to optimise your services.
client-server communication in angularjs
Angular $resource to access the data from a server that supports REST API
This repository contains code for the assignments of Real-Time Operating Systems (RTOS) course offered in IIIT-Bangalore