szsascha / cpp-ws

A simple webserver in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-ws

This is a very simple HTTP server. It was created as an afternoon project to play around with c++ and sockets.

Build

You have to build it before you use it. With the following command you can build it.

./build.sh

Usage

You can run the application with the following command. It listens on port 8080 after you start it. Then you can visit http://localhost:8080 to see the result.

./cpp-ws

About

A simple webserver in c++


Languages

Language:C++ 98.4%Language:Shell 1.6%