News

This project demonstrates a simple implementation of client-server communication in Java using sockets. It showcases how messages can be exchanged between a client and a server application. The ...
Client-Server Chat Room using Java Server Socket A chat room with one central server that allows you to connect multiple clients to the server to exchange messages. You can change usernames and exit ...
This article is an introductory tour of Erlang by building a simple client server application. Following this we'll reverse engineer the application in pure Java using Jinterface, an open source Java ...