From d7eac1a1f1f54e10648c07dcd3d7715b7af363dc Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Thu, 26 Sep 2019 02:35:02 +1000 Subject: [PATCH] Update README.md updating library list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ea00265..fccf9a30 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ A C++ version of hotpocket designed for production envrionments, original protot ## Libraries * Crypto - Libsodium https://github.com/jedisct1/libsodium * Websockets - Boost|Beast https://github.com/boostorg/beast +* Protocol - https://github.com/protocolbuffers/protobuf +* Json - https://github.com/nlohmann/json