java-sockets
There are 98 repositories under java-sockets topic.
nsiatras/extasys
Asynchronous TCP/UDP socket library
ejupialked/cryptchat
A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.
marselsampe/java-socket-tcp-sample
List sample of Client-server Socket Programming (TCP) build with Java
gasti-jm/argentum-online-lwjgl3
MMORPG Video Game of the year 1999 created in Visual Basic 6.0 by Pablo Marquez (Morgolock), this game is open source. I have translated it to Java with LWJGL3, this game would be the base client, the connection to the server is being implemented with Java sockets.
antkaynak/AntChat
A desktop chat application powered by JavaFX
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
xtrinch/socket-live
Java TCP/IP socket communication library
navdeepm20/ChitChat_Gui
A One to One Chat Gui Application Designed in Java.
tekrei/JavaExamples
Simple experimental Java program examples
arashsm79/galactic-sea-battle
Galactic Sea Battle - Battleship with multiplayer server written in Java using Javafx and Sockets
manasec/VoiceChat
VoiceChat is a simple java application which intends to provide P2P real time communication between two parties.
wangai/Java-Sockets
A java Client-Server app that shows implementation of Java Socket programming
rconfa/java-parking-system
A java project to implement a sample parking system
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
NicolaDean/Ing.Sw-Project-JAVA--Diana-Dean-Dominici
Progetto Ingegneria SW 2021 POLIMI
gio-del/Eriantys-Board-Game
A Java Implementation of the Eriantys Board Game as the Software Engineering Final Project A.Y. 2021/22
Alessandro-Salerno/FramedTCP
A simple Java networking library that encapsulates messages using length-prefixing
Duc-ju/Socket-Multi-Thread-Server
Link of client side https://github.com/Duc-ju/Socket-MutilThread-Client
filipecavalc/Chat-Java-Socket
Trabalho desenvolvido para a matéria de redes de computadores com o intuito de desenvolver um chat com algumas funcionalidades específicas.
fthozdemir/naberla
“Naber’la” is a chatting application using end to end encryption of messages. A simple console application in java which uses AES and RSA to ensure confidentiality and integrity of messages besides ensuring the authenticity with Digital Signature. Application primary goal is transferring encrypted messages between terminals as users.
khanhtd36/HeartsOnline
Hearts game written in Java using Socket and JavaFX
MettaSurendhar/Met_talk-Client
Client side program of chat application made by using Java, Servlet and Java Servlet Pages
molobala/java-socket-ideal-client
This is an ideal java socket client class
rihemebh/chatroom
chatroom using java socket
SotirisSotiriou/ProdsConsClientServer
Producer - consumer example working with java sockets
Brnd08/Kerberos_CDC
Kerberos java implementation
BrunoFrancesco97/Client_Server_Java
Multi Client to one Server application using Java sockets, threads and Java Swing graphic library
DhanushkaTA/Group_ChatApp-Java-
Group chat app using javaFx. This app create using java socket programming and client-server architecture.
jithmiw/Live-Chat-Application
Live chat application is a multi-client chat application created using java networking
ksedix/Java-Client-Server-Chat
A Client-Server chat application made in Java using Java Swing for front-end and Java Sockets for back-end
masumkhan081/java-code-notes
This repository contains notes and code snippets related to Java programming, covering fundamental concepts, core libraries, and best practices. It serves as a personal reference for learning and consolidating knowledge in Java, intended for personal use to reinforce understanding of Java concepts.
minhhieuphamit/DAMH_ThiTracNghiem_LapTrinhMang_Java
Chương trình thi trắc nghiệm bằng Java với giao thức TCP
NMPoole/CS4105-P2PLANFileSharing
A peer-to-peer file-sharing application for local area networks (LANs) using IPv4 UDP multicast and TCP.
Safa31Ben/Group-chat
Group messageing chat with java
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.