lrh450330 / mongols

C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols

Home Page:https://mongols.hi-nginx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongols

A high performance network library for c++:

  • Libevent, libev and libuv are outdated.

  • Both apache and nginx are very slow.

nginx_4_worker mongols_4_worker nginx_vs_mongols

dependency

  • linux
  • gcc (-std=c11)
  • g++ (-std=c++11)
  • openssl

feature

mongols document

install

make clean && make -j2 && sudo make install && sudo ldconfig

usage

pkg-config --libs --cflags mongols openssl

binding

pymongols

example

example

About

C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols

https://mongols.hi-nginx.com

License:Mozilla Public License 2.0


Languages

Language:C 54.8%Language:C++ 44.9%Language:Lua 0.2%Language:JavaScript 0.1%Language:HTML 0.0%Language:Makefile 0.0%Language:Objective-C 0.0%Language:Shell 0.0%