Skip to content

qrsrjm/libReactor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

libReactor

The libReactor is designed to be a lightweight network programming framework for message process. It is event based and supports concurrent processing. It is very easy to be used and the demo examples are provided in the demo folder.

New Features:

A. One can adjust the server performance through change the NUM_USERVER_DATA_READER/USERVER_BUFFER_SIZE/NUM_USERVER_DATA_PROCESSER etc. parameters.

B. One can costom the data handler including server data handler and client data hander without change the service layer code, for simple reflection technology is applied in the creation of the instance of data handler.

About

libReactor is a lightweight network programming framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • C 2.2%