Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.05 KB

Petrel Build Status

What is Petrel?

  • 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: