https://github.com/zyrasoftware/cpp-htmllocalserver
This allows you to create html localehost with c++
https://github.com/zyrasoftware/cpp-htmllocalserver
cpp cpp17 cpplocalhost localhost
Last synced: 14 days ago
JSON representation
This allows you to create html localehost with c++
- Host: GitHub
- URL: https://github.com/zyrasoftware/cpp-htmllocalserver
- Owner: zyrasoftware
- License: mit
- Created: 2024-01-24T17:40:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T17:42:01.000Z (over 2 years ago)
- Last Synced: 2025-02-28T12:23:31.511Z (over 1 year ago)
- Topics: cpp, cpp17, cpplocalhost, localhost
- Language: C++
- Homepage:
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-htmllocalserver
This project allows you to create localhost.
```cpp
Line 22 cout << " Başlatılamadı."; ---- cout << " Failed to initialize.";
Line 29 cout << "Soket oluşturulamadı."; ---- cout << "Failed to create socket.";
Line 40 cout << "Soket bağlanamadı"; ---- cout << "Socket could not be connected";
Line 44 cout << " Sunucu Dinlenemiyor"; ---- cout << "Unable to Listen to Server";
Line 52 cout << "Kabul Edilemedi"; ----- cout << "Not Accepted";
Line 59 cout << "İstemci isteği okunamadı"; ---- cout << "Failed to read client request";
Line 63 string response = "
Sunucu
"; ---- string response = " Server
";
Line 74 cout << "Yanıt gönderilemedi"; ----- cout << "No response sent";
Line 80 cout << " Uygulamaya Yanıt Gönderildi."; ---- cout << "Response Sent to Application.";
```
localhost:8000
