From 84635e4fb62e46451d0d6da49e4a491ed9a73ae1 Mon Sep 17 00:00:00 2001 From: sahandabs <47672009+sahandabs@users.noreply.github.com> Date: Sun, 30 May 2021 16:46:45 +0430 Subject: [PATCH] Update index.rst --- source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.rst b/source/index.rst index fc0cd5f..17c0373 100644 --- a/source/index.rst +++ b/source/index.rst @@ -3,7 +3,7 @@ Learning ØMQ with pyzmq ===================================== -ØMQ is a neat messaging library that allows you that allows you to build your own messaging infrastructure. +ØMQ is a neat messaging library that allows you to build your own messaging infrastructure. ØMQ does not provide out of box messaging system experience like ActiveMQ or RabbitMQ. It is higher level concept than sockets and provides as low level conceptual framework as possible to build messaging systems. It can help build framework that scales where services could be handled by different applications that does one job well.