/myhttpd

simple httpd developed by C++, OOP used.

Primary LanguageC++MIT LicenseMIT

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