File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Key-Value Web Server [ ![ Code license] ( https://img.shields.io/github/license/work-examples/key-value-web-server )] ( LICENSE )
22
3- An HTTP web server with a REST API for persistent key-value storage.
3+ ** Example project: ** An HTTP web server with a REST API for persistent key-value storage.
44Collects read-write statistics for the entire storage and for each key.
55
66** Language** : ` C++17 `
@@ -13,7 +13,7 @@ Collects read-write statistics for the entire storage and for each key.
1313| ** master** | [ ![ CI status] ( https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=master )] ( https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml?query=branch%3Amaster ) | [ ![ CodeQL Code Analysis Status] ( https://github.com/work-examples/key-value-web-server/actions/workflows/codeql-analysis.yml/badge.svg?branch=master )] ( https://github.com/work-examples/key-value-web-server/actions/workflows/codeql-analysis.yml?query=branch%3Amaster ) | [ ![ Microsoft C++ Code Analysis Status] ( https://github.com/work-examples/key-value-web-server/actions/workflows/msvc.yml/badge.svg?branch=master )] ( https://github.com/work-examples/key-value-web-server/actions/workflows/msvc.yml?query=branch%3Amaster ) |
1414| ** develop** | [ ![ CI status] ( https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=develop )] ( https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml?query=branch%3Adevelop ) | \[ not applicable\] | \[ not applicable\] |
1515
16- ## Test Task Description
16+ ## C++ Programmer's Test Task Description
1717
1818You need to write two applications, a client and a server, that communicate with each other.
1919
You can’t perform that action at this time.
0 commit comments