Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 979 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 979 Bytes

H2O - an optimized HTTP server with support for HTTP/1.x and HTTP/2

Build Status Coverity Scan Build Status

(For more information, please refer to the documentation at h2o.examp1e.net)

H2O is a new generation HTTP server. Not only is it very fast, it also provides much quicker response to end-users when compared to older generations of HTTP servers.

Written in C and licensed under the MIT License (see LICENSE for more details & copyright attribution). It can also be used as a library.

This fork is modified to enable PostgreSQL mruby module.

OSX Compilation & Installation Example

  brew install libpq
  cmake -DENABLE_MRUBY=true .
  make
  sudo make install