- A web server with HTTP/2 and HTTP/1.1 support
- A framework for rapid development of micro/web services in LUA and C++
- Combines fibers with LUA (no callbacks, just write your “blocking” code and don’t care about threads or non-blocking IO)
- Provides a C++ library interface to implement performance critical code
- Provides a LUA framework to implement the business logic
- Easy to extend
- Open source (licensed under MIT, see License)
Read more: