An open API service indexing awesome lists of open source software.

https://github.com/taqsblaze/cppwebapp

A web Application written in c++
https://github.com/taqsblaze/cppwebapp

Last synced: 2 months ago
JSON representation

A web Application written in c++

Awesome Lists containing this project

README

        

## CppWebApp

A simple web application developed in c++

## How to compile the server

# Requirements
- g++
# Build
`g++ server2.cpp -o server2 -lpthread -lboost_system`

# Run application
`sudo ./server2`