|
Project Information
Members
Links
|
A Server & Client Framework library aim to simplify the traditional C/S network programming. The Server is developed in Java so it can deployment in either windows or Linux, and the client is written in c++ based on windows API. This project is well designed, You can easily read and extend it, e.g. The Server’s logic is implemented as a plugin, so you can easily add it to the mechanism without re-compiling. Above all, The best feature of this framework is that we only need to custom the message and server& client logic to build a C/S software, and we don’t need to care about the core network layer. |