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++
- Host: GitHub
- URL: https://github.com/taqsblaze/cppwebapp
- Owner: TaqsBlaze
- Created: 2024-08-09T13:56:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T14:19:25.000Z (9 months ago)
- Last Synced: 2025-01-12T22:40:49.987Z (4 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`