From 4a26225708a6c11eb6edfdb70487d8432b2433b0 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Mon, 27 Apr 2020 17:00:25 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a966db5..f7b33b3 100755 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Python service which gets tasks from [hastic-server-node](https://github.com/has ## Arhitecture The service uses [asyncio](https://docs.python.org/3/library/asyncio.html), -[concurrency](https://docs.python.org/3.6/library/concurrent.futures.html#module-concurrent.futures) and -[pyzmq](https://pyzmq.readthedocs.io/en/latest/). +[concurrency](https://docs.python.org/3.6/library/concurrent.futures.html#module-concurrent.futures), +[pyzmq](https://pyzmq.readthedocs.io/en/latest/) and websockets