The Wayback Machine - http://web.archive.org/web/20201122064412/https://github.com/webcpp/mongols
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 22, 2020
Nov 21, 2020
src
Nov 22, 2020
Apr 13, 2020
Oct 25, 2018
Jul 22, 2020

README.md

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

You can’t perform that action at this time.