trisolaris233 / myhttpd

simple httpd developed by C++, OOP used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

myhttpd is a very simple http server developed by C++.

Features

Still under development.

Usage

when you are sure zlib is on your linux then you can install it.

git clone https://github.com/trisolaris233/myhttpd
cd myhttpd
make
make install

Dependencies

  • zlib

License

MIT

About

simple httpd developed by C++, OOP used.

License:MIT License


Languages

Language:C++ 51.7%Language:HTML 47.6%Language:Makefile 0.8%