Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from Gydo194/server

C++ TCP server with callbacks

License

RoobanGSekar/server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP server

TCP socket server with callbacks written in C++

This was a side project once, you know the kind, one of the thousands of unfinished side projects. Don't expect any useful functionality besides serving as an example for socket programming.

It only responds to a plaintext command 'test ' sent to TCP port 9034. The supplied args are printed to the console.

Be warned if you decide to use this, this code has not been tested for performance issues, security holes etc.

About

C++ TCP server with callbacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.6%
  • Makefile 3.4%