From ccbe95b7adb0c7965e94789e63ac91d63ea69505 Mon Sep 17 00:00:00 2001 From: gabalafou Date: Thu, 12 Dec 2024 03:23:37 -0600 Subject: [PATCH] Fix typo (#29) --- _goals/96_client_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_goals/96_client_server.md b/_goals/96_client_server.md index 791d57d..777af00 100644 --- a/_goals/96_client_server.md +++ b/_goals/96_client_server.md @@ -5,5 +5,5 @@ Bokeh uses Tornado and WebSockets for communication between the server and clien code to serialize/deserialize messages. It would be beneficial to decouple Bokeh functionality from the communication implementation and allow others such as those based on Jupyter and ZeroMQ for example. -This would require a review and specification of the required communcation and serialization +This would require a review and specification of the required communication and serialization functionality, and at least two pluggable implementations, one of which would be the current one. \ No newline at end of file