Skip to content
Leonard edited this page Oct 15, 2017 · 1 revision

The SimpleServerClient Wiki!

About this Library

This library was designed to easily and clearly summarize the functionalities required for almost all reasonable network applications in Java. Connection setup, reconnection, protocol for data exchange, possibility of serialization of any objects and data, and a secure connection using SSL are already preserved. Do not waste any more thoughts on such things, but concentrate on the essentials!

About the concept

It should be as simple as this: prepare listeners on both sides (server and client) to respond to specific data packets. Then connect both and send packages. Finished.

About the author

DeBukkIt is a German YouTuber active since 2011, who started with videos about Minecraft modifications. Then he made videos about Bukkit server plugins, about developing plugins, and since January 2017 also about Java programming. He is studying chemistry and computer science at Westfälische Wilhelms-Universität in Münster, Germany.

Clone this wiki locally