News

A simple Chat application in Java for exploring higher level networking concepts in code. Created for a University Course, this was a 5-week project which resulted in a multithreaded terminal-based ...
This paper puts forward the design method of network chat system based on Socket and cloud computing technology. Socket interface is an application programming interface of TCP/IP network, this ...
Socket programming helps to implement the bottom level of network communication, using Application Programming Interface (API). In this paper we propose a method to make a chat room using socket based ...
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the ...
Chat-room-and-file-transfer-with-Java-Socket This is a Chat room with file transfer implementation with java socket. The soucre code contains Java file and Java compile file. How to use this: make ...