Coder Social home page Coder Social logo

http_sever's Introduction

Toy HTTP server

an HTTP server that supports basic headers and some basic methods.

Purpose

According to the toy HTTP server, the user can learn how to build a web server and get some tricks from it. although some open-source HTTP server has good performance it is not friendly for the learner because of the complex structure. The toy HTTP server aims to achieve an HTTP server that can satisfy basic functions with simple structure and code. The toy HTTP server uses some interfaces and classes from c++11, the users can also befit some from it.

Support Features

Parse and add basic headers.
Thread pool
Using config file to change the parameters
Non-blocking IO
Reactor
Finite state machine
TImer with min-heap

Usage

mkdir build
cd ./build
cmake
make ..
./http_server

The parameters are saved in ./config.yaml

Drawbacks

The server does not parse the request body.
The server always uses new and delete to apply and release memory.

http_sever's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.