Skip to content

Elytrium/ShipNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elytrium

ShipNet

Join our Discord

C++ Network Library inspired by Netty.

Why ShipNet?

  • Zero sub-dependencies. This library uses OS sockets (e.g. epoll on Linux, kqueue on Mac/BSD) directly.
  • Highly customizable. It's easy to add your own network stack support.
  • Packet/Handler based. Just write your own packets and packet handlers. There's nothing else to be done.
  • EventLoop based. Best multithreading strategy for networking. Use any count of threads you need.

About

C++ Network Library inspired by Netty.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published