You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offers very simple and easy-to-use Java classes for Client-Server-Client or just Server-Client applications doing all the work for connection setup, reconnection, timeout, keep-alive, etc. in the background.
A robust, flexible, and generalized java server-client API (JSC) built on top of the java socket interface and raw TCP. JSC also supports event-driven architecture for communication.
Shared Systems. A music playback software where the music / notes and text of the music are stored on a server, which can be play by different clients and write the text of the musics like in the "karaoke" program, with other playback modifications.
Simple Blackjack Client-Server Practise. Based on client-server (Multi Threaded solution). This is the popular blackjack game, where we can play many of our friends.