Elytrium / ShipNet

C++ Network Library inspired by Netty.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 98.7%Language:CMake 1.3%