In this Project, we are trying to develop a File Server System in Java to allow users/clients to download a file from the server or upload a file into the server using sockets.
-
Updated
Sep 20, 2021 - Java
In this Project, we are trying to develop a File Server System in Java to allow users/clients to download a file from the server or upload a file into the server using sockets.
Java TCP/IP Chat Messenger Application: This is a console-based Chat Application built using Java 9 and Ngrok
A simple Servlet-Clients chat room using sockets in multithread environment
Distributed Systems project to show RPC concepts between server and clients. Implemented using Java Sockets.
A simple Java Socket Chat Application for communication between multiple users. The application consists of a server and multiple clients that can exchange messages in real-time
Experimental project.
Java Chat Messenger Application (with Swing GUI) supporting Ngrok and Multirun functionality.
A server that streams videos to client using ffmpeg and ffplay.
City Capture Strategy Game
Screen Sharing/Mirroring app built using Java and Java Sockets.
ChatServer is a program that allows several people to chat in real time through a TCP (Transmission Control Protocol) connection. In this program, multiple client connections are handled simultaneously by a server, allowing clients to communicate with each other.
A high performance multi-threaded HTTP webserver built with JAVA implementing sockets and not using any web or other server libraries.
In this repo File Transfer Protocol FTP, Stop and Wait and Go back-N protocols are implemented in UDP sockets created while learning Networking course.
Client-Server Apple-like messenger app with JavaFX and Sockets. Learned from the tutorial of: https://www.youtube.com/watch?v=_1nqY-DKP9A and added some other things too!
This repository focuses on Java network programming, emphasizing Input/Output (I/O) operations.It provides resources and examples to help developers understand and implement network programming concepts in Java. Topics include using java.net, handling various I/O operations in network contexts, and dealing with TCP/IP and UDP connections.
Add a description, image, and links to the javasockets topic page so that developers can more easily learn about it.
To associate your repository with the javasockets topic, visit your repo's landing page and select "manage topics."