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

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

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 картинок