Skip to content

noorus/nsockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsockets

Minimalist, modern socket library over Winsock 2.
Designed to be fast, reliable and neat.

Written with Visual Studio 2012 & C++11 in mind.

Features:

  • Native IPv4 & IPv6 support
  • Unicode strings throughout
  • Listener-, event- & exception-based architechture
  • Profiles for x86 & x64 compiles
  • Ready for threading

Upcoming:

  • UDP sockets
  • Overlapped I/O completion port sockets

About

Minimal simple socket library over Winsock 2. Abandoned since IOCP does not lend itself well to general purpose libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages