java-socket-programming
There are 51 repositories under java-socket-programming topic.
SaiferGit/Android-P2P-Messenger
Android P2P Messenger
DenizKrdy98/Distance-Vector-Routing-and-Flow-Control-Simulator
The project simulates a network traffic in a given topology where the distance vector algorithm is used for path computations, routing and forwarding.
KhaledAshrafH/FTP-Client-Server-Application
This is a implementation of a FTP (File Transfer Protocol) client-server application using Java sockets. The client can connect to the server, login with username and password, and download files from the server. The server can handle multiple clients and authenticate them using a file that stores the authorized users and their passwords. The serve
umutsevdi/service-discovery
Service Discovery & Load Balancing service implementation using UDP broadcasting and TCP
arashsm79/galactic-sea-battle
Galactic Sea Battle - Battleship with multiplayer server written in Java using Javafx and Sockets
Harshad09/PC-Remote-Access
This is an android application that can remotely control the hosting computer using Wi-Fi. The server is located at the remote computer then the client in the android device tries to connect to the server. Once the connection is successful the android device can control the pc remotely.
rconfa/java-parking-system
A java project to implement a sample parking system
KaushalDanani/dinelink-app
A food ordering app that allows customers to order food at a restaurant by scanning a QR code.
raihankhan/JAVA-projects
These are my projects for Java Technologies Lab course at university.
04xRaynal/File-Transfer_Java-Socket
File Transfer Program via Java Socket Programming to transfer files between machines.
jayo78/java-console-chat
simple chat app with java sockets
Am4nn/MultiClient-Java-Server
Java Socket Programming
Sowmik23/Java_Project-2-1
After learning java language we need to make a project. It was that. Here is live demo:
SuriyaaVijay/Computer-Networks-Lab-Programs
Program Codes for Computer Networks Lab in Java CS 6111
ttasc/Quizz
Quiz manager for schools, teachers or simply want to organize a quiz test
Alessandro-Salerno/FramedTCP
A simple Java networking library that encapsulates messages using length-prefixing
MettaSurendhar/Met_talk-Client
Client side program of chat application made by using Java, Servlet and Java Servlet Pages
mustafabinguldev/Aurelius
A lightweight and minimalist web server designed for easy web development and dynamic content management.
Sagarnandeshwar/Reservation_System_Using_Distributed_Computing
Distributed Systems (COMP 512) Project
ahmedfahad04/Java-Lessons
This repository will contains the files that I made or used while learning java. You may find it useful to learn about java. Feel free to go through the content. Happy Coding!
ahnafshahrear/RuCse27-Academic-Lab-Courses
Academic Lab Course of the 27th batch of Computer Science & Engineering | University of Rajshahi - 🇧🇩
aqib1/Socket-Programming
Socket programming using java
BrunoFrancesco97/Client_Server_Java
Multi Client to one Server application using Java sockets, threads and Java Swing graphic library
CT-1326/Java_Socket-chat
Use java socket programming to make chat program
dev-alchemistsumit/Chat-appliacation-using-JAVA-Socket-Programming-
Java Chat application (jar) Using Socket
devlopersabbir/room-chat
Web Socket Room Chat
DhanushkaTA/Group_ChatApp-Java-
Group chat app using javaFx. This app create using java socket programming and client-server architecture.
GrindelfP/messenger-texst
Messenger TeXst is an excercise on Concurrent programming.
jithmiw/Live-Chat-Application
Live chat application is a multi-client chat application created using java networking
Mohamed-Hamdy/Sockets-Programming-Applications
This repository contain java problems and algorithms like it Contain Sockets Programming Projects
Mosalehh/Centralized-Mutex-Clothing-Brand
a simulation application for a centralized mutual exclusion algorithm for a Clothing brand company, that has several branches. Mutual exclusion is used to secure shared resources inside a distributed system. It could be important, for example, to guarantee that no other process modifies a shared resource while another is working on it
Redowan-Tanvir-Shifat/Monster_Munchkins
A winning project for Advanced Object Oriented Programming Lab in CSE project show at United International University.
tathsaraniliyanage/Chat-app
This is a simple chat application built using Java Socket Programming. The application allows multiple users to communicate with each other in real-time over a network. It demonstrates the use of sockets, multithreading, and Java's I/O streams to create a basic client-server architecture.
utkukozan/TCP-UDP-Word-Game
The Word Game repository hosts a Java-based game where players generate words using the last two letters of the previous word. The game offers multiple versions, leveraging different network protocols such as TCP, UDP, and UDP with ACK to provide various multiplayer experiences.
VirajPatidar/Java-Programs
Practice programs to learn Java