There are 0 repository under server-socket topic.
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
Firebase Realtime Database Server Implementation
a lightweight `GET` and `POST` web server written in Java
C++ Network socket library for both Windows and Linux.
Simple multiplayer chess game with chat, made in Java.
Creating a multiuser chat app in Java, providing real-time communication and collaboration among multiple users.
Group assignment networked hangman game
A multithreaded socket server application that accepts client connections and handles their requests asynchronously. Includes both server and client implementations for real-time communication.
Repositorio para la asignatura Seminario de Actualización.
Multi-Client-Chat-Application
simple chat application server with kotlin using socket.io and Coroutines.
It is a java application in which multiple clients can access the server concurrently and can upload or download files from the server
Console/Command line version of TicTacToe playable on SIngle machine and On Multiple machines
This repository contains a basic implementation of a single-threaded client-server application in Java. The server listens for client connections, echoes received messages back to the client, and handles data exchange using sockets and I/O streams.
Desktop chat with the ability to listen to music and watch videos
In this game, the objective for each player is to eliminate other players in a rectangular playground of adjustable size (n*m). The playground contains randomly placed obstacles that change with each round of the game. In the offline mode, three computer-controlled players act as enemies, spawning in random locations on the ground.
A classical bluetooth based multi-player 2d Ping pong game for Android devices
Word frequency analyzer with a custom load testing tool to compare server performance under varying loads.
Email App using Swing library and Socket Programming in JAVA
Compilation of TCP and UDP Boost sockets
A bookstore application, that provides a GUI for the client. the server handles all the computation and data processing from the clients' inputs. It has a separated GUI for the admin and the users. The exchanging of messages between client to server is through xml files
Program w architekturze kient - serwer. Jako serwer HTTP odbiera żadania od klienta przetłumaczenia polskiego słowa na odpowiednik w innym wybranym języku. Jeśli serwer dla danego języka istnieje to zwraca tłumaczenie.
Threaded echo client-server lab using sockets in Java
File Transfer Application is an application that can transfer any kind of file from server to client and client to server using Java Socket. First of all, I built a server that identifies the client's commands and processes it according to the client's request. For example, If a client wants a file from the server, then the client simply sends a request of GET <filename> and the server sends that file if the server finds that requested file. Secondly, the server architecture was built to handle multiple clients simultaneously. Multiple clients can connect to the server. For that, I implemented multithreading from Java. Lastly, for the client input I used a simple buffer-reader and to handle file-related operations, I used file operations library from Java.