csutil 中文
csutil is an library that is convenient for users to do network programing. Users may just call Client/Serverclass to arrive to your purpose.
- Client/Server provides nonblock network programming
- Client/Server deals with network data, users may just pay attention to users' data
- Separate Network Processing and Storing, users can define his own storing
- Multithread processing, which can arrive to high performance
- cd csutil/demo/server && make && ./server
- cd csutil/demo/client && make && ./client
- Provide storing base on memory or disk
- Distrubted processing