java-sockets
There are 98 repositories under java-sockets topic.
TDAT1006-Software-Engineering
2019 Spring Semester. Large Group Project creating a multiplayer game with Java and Sockets.
webbie-trivia
Webbie-Trivia is a Quiz game that see the players answering trivia questions while competing in the fictional game show Webbie! Created specifically with multiplayer party gaming in mind.
PasswordBasket
Java password manager
FRC-OpenCV-Android-Vision
FRC vision application on android device using openCV-android-sdk and camera2 API (openCV JavaCamera2View)
Multiplayer-Cosmic-TicTacToe
🌠 Cosmic TicTacToe (client-server - sockets programming, TDD, 2D GUI-javaFx, design patterns)
Socket-Programming
Socket programming using java
server-client-communication
A simple server-client architecture communication. You can find three versions of the server, a single message single client server, a multi message single client server and a multi message multi client server
Java-AppsAndTutorials
Java Socket Apps, and Connect 5 in Java
multi-chat
Multithreading chat room SDK based on HTML-like protocol
IP-Messenger
Desktop messenger application based on socket networking concept, developed on java providing file and message transferring
mastermind-game
Mastermind Game as a server application.
Shopaholic
A Java EE based shopping application for online grocery shopping
EnterpriseServiceBus
Service Bus which enables multiple services to interact with each other. Implemented using Java Sockets, Java Native Interface (JNI) and Jython library. Can interact with Java, C++ and Python.
Google-BigTable
SmallTable
Dropbox
Simulation of Dropbox file hosting service.
ChatSistem
Едноставен chat систем.Изработен во Java. Додаден GUI(графички кориснички интерфејс) | Simple chat system. Made in Java. Added GUI(Graphical User Interface)
cmd-server
Java Socket Server that consumes commands from a producer client
PlayerCommunication
This project demonstrates a Java communication system for inter-process communication between two players. It includes a server application for managing connections, player applications using sockets for communication, multi-threaded message exchange, and supports both in-process and network communication. Each code file is with detailed comments.
mailmessage-server
Java multi-thread email exchange server with its own syntax.
mailmessage-client
Java client application for a multithreaded email exchange server with its own syntax.
socket-programming-send-image
In client server architecture simple image sending process by choosing image from computer
ChatRoom
This is a simple ChatRoom built with Java Socket API.
appjavasockets
Java desktop application using Sockets
JavaThirdSemesterHW
Third Semester Java Home Works at KFU ITIS
CSE322-Computer-Networks-Sessional
A repository containing all the notes, cheatsheets and solutions to assignments offered by the course CSE322 Computer Networking offered by CSE, BUET.
Chat-Client-Server-RPC-
Ứng dụng chat trên mạng nội bộ nhóm theo phương thức RPC
SocialNetworkingSite-WebDev
Individual Project - Web Development
Java_Socket
Java Socket programming is used for communication between the applications running on different JRE. Java Socket programming can be connection-oriented or connection-less. Socket and ServerSocket classes are used for connection-oriented socket programming and DatagramSocket and DatagramPacket classes are used for connection-less socket programming.
JSON-Database
Client-server app about exchange of data in Json format, but i use file instead of normal database 😳
chat-messenger
A simple TCP chat group made with Java Socket
Application-Client-Server-Sockets
Client-Server application are included: Direct use of the sockets of the java language,data structures,use of generic classes,Communication of bit streams that represent multimedia (images), text documents (PDF Reports), and text documents with XML format.
Tic-Tac-Toe-Game
Tic Tac Toe Game is application that have three type of playing in one application (Play against computer - play with your friend - play online with other friend)