Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
/ h2o Public archive
forked from h2o/h2o

H2O - the optimized HTTP/1, HTTP/2 server

License

Notifications You must be signed in to change notification settings

VidAngel/h2o

 
 

Repository files navigation

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

About

H2O - the optimized HTTP/1, HTTP/2 server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.7%
  • Perl 17.5%
  • Mathematica 5.8%
  • Objective-C 4.5%
  • Ruby 2.3%
  • Shell 2.1%
  • Other 4.1%