There are 0 repository under socket-programming-java topic.
The application allows a client to send messages to a server and receive responses from the server over the network. The repository provides a basic implementation of the UDP communication protocol, including the creation of datagram sockets for sending and receiving messages, The code is well commented and organized, making it easy for users
Computer Networks course project for Birzeit university.
Socket Programming using Java programming Language.
HelpHub – An offline-first, disaster-resilient communication system built in Java. Enables survivors and responders to exchange secure messages over local Wi-Fi when the Internet is down.
I developed a web server that can handle multiple incoming HTTP GET requests and send HTTP response message back to the client, with appropriate Content-type in the response (according to the standard http protocol). This is an assignment work of the course CSE-322(Computer Networking) learnt at BUET CSE. More on this at README
A real-time chat system built using Java and Python sockets, enabling seamless communication between multiple machines. This project allows users to connect and chat over a network without relying on external messaging platforms.