From 8066ef94405e3db6220bb71a20aceb289d4e4cfb Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Vaidyanathan <62492557+VigneshVSV@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:26:02 +0200 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d0d76d..cccbc0d 100644 --- a/README.md +++ b/README.md @@ -333,9 +333,8 @@ JSON examples above or can be supplied manually. - asyncio compatible - async RPC server event-loop and async HTTP Server - write methods in async - choose from multiple ZeroMQ transport methods which offers some possibilities like the following without changing the code: - expose only a dashboard or web page on the network without exposing the hardware itself - - serve multiple objects with the same HTTP server - - run HTTP Server & python object in separate processes or the same process - run direct ZMQ-TCP server without HTTP details + - serve multiple objects with the same HTTP server, run HTTP Server & python object in separate processes or the same process Again, please check examples or the code for explanations. Documentation is being activety improved.