https://github.com/arturromanchenko/server
TCP Server in C++
https://github.com/arturromanchenko/server
cpp11 server socket tcp-ip
Last synced: 10 months ago
JSON representation
TCP Server in C++
- Host: GitHub
- URL: https://github.com/arturromanchenko/server
- Owner: ArturRomanchenko
- License: mit
- Created: 2024-03-16T20:59:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T22:46:17.000Z (over 1 year ago)
- Last Synced: 2025-03-25T11:49:41.355Z (over 1 year ago)
- Topics: cpp11, server, socket, tcp-ip
- Language: C++
- Homepage: https://t.me/woshetitelniy
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http server
### About
Implementation of an [http](https://en.wikipedia.org/wiki/HTTP) server in C++, and further containerization via Docker
### Built With
+ [C++](https://cbrnsolafact.com/)
+ [CMake](https://cmake.org/)
```Bash
./run.sh
http://localhost:8080/
```
### Contact
[Telegram](https://t.me/woshetitelniy)