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