/moxie

Non blocking asynchronous IO framework based on epoll in single thread

Primary LanguageC++Apache License 2.0Apache-2.0

moxie

Non blocking asynchronous IO framework based on epoll, with a fucus on being:

  • simple : easily used API, pithy code, no dependence.
  • fast : 150000 qps (Echo in single thread).

Getting start

install moxie

   git clone https://github.com/sxfworks/moxie.git
   cd moxie
   make
   cd ../
   mv moxie ${your_project_include_path}

How to use moxie