caiomcg / HTTPOverTCP

A C++ implementation of the HTTP protocol over TCP under Unix environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPOverTCP

Build Status GitHub license

A C++ implementation of the HTTP protocol over TCP under Unix environment.

Requirements

  • An Unix Environment.
  • C++ Compiler with support for standard 11.

Build Instructions

  • Clone the project.
  • Move to the debug folder.
  • Invoke the makefile.
$> git clone https://github.com/caiomcg/HTTPOverTCP.git
$> cd debug
$> make all VERBOSE=true

Execution Instructions

  • Move to the debug folder.
  • Run the created executable file followed by the desired port.
$> cd debug
$> ./WebServer 8888

About

A C++ implementation of the HTTP protocol over TCP under Unix environment.

License:MIT License


Languages

Language:HTML 47.9%Language:CSS 20.5%Language:JavaScript 20.1%Language:TeX 8.5%Language:C++ 2.8%Language:Makefile 0.1%