Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TyrfingMjolnir/h2o

 
 

Repository files navigation

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

Build Status

Copyright (c) 2014,2015 DeNA Co., Ltd., Kazuho Oku, Tatsuhiko Kubo, Domingo Alvarez Duarte, Nick Desaulniers, Marc Hörsken, Masahiro Nagano, Jeff Marrison, Daisuke Maki

H2O is a very fast HTTP server written in C, licensed under the MIT License. It can also be used as a library.

For more information, please refer to the documentation at h2o.github.io.

HOW TO BUILD

PREREQUISITES for Mavericks

  • git clone https://github.com/libuv/libuv
  • ./config
  • make
  • sudo make install
  • git clone https://github.com/tatsuhiro-t/wslay.git
  • ./config
  • make
  • sudo make install

self

  • git clone https://github.com/h2o/h2o.git
  • Press play in XCode

PREREQUISITES for Yosemite

  • git clone https://github.com/libuv/libuv
  • ./config
  • make
  • sudo make install
  • git clone https://github.com/tatsuhiro-t/wslay.git
  • ./config
  • make
  • sudo make install

or

  • brew install wslay

self

  • git clone https://github.com/h2o/h2o.git
  • Press play in XCode

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.4%
  • Perl 7.6%
  • CMake 1.2%
  • Other 0.8%
  • Shell 0.0%
  • Makefile 0.0%