https://github.com/dimitrius-dev/servertcponboost
Based on official instruction for boost
https://github.com/dimitrius-dev/servertcponboost
Last synced: 10 months ago
JSON representation
Based on official instruction for boost
- Host: GitHub
- URL: https://github.com/dimitrius-dev/servertcponboost
- Owner: Dimitrius-dev
- Created: 2021-10-23T15:03:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T22:23:47.000Z (about 4 years ago)
- Last Synced: 2025-02-12T11:13:28.274Z (12 months ago)
- Language: C++
- Size: 787 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
serverTcpOnBoost
commands to compile(Linux):
1.g++ server.cpp -o server -pthread -lboost_system -std=c++17
-----------------
2.g++ *.cpp -o server -pthread -lboost_system -std=c++17
-----------------
3.g++ *.cpp -o server -pthread -lboost_system -lpqxx -lpq -std=c++17 with sql
-----------------
Доступно подключение к БД sql (postgresql)
Доступна отправка jpeg картинок