DEV Community

Discussion on: Let's Build a Collaborative Rich Text Editor

Collapse
 
waltari10 profile image
Valde

Hey. Thanks for the example. I tried it, but it's saying that "share" is not defined.

It's pointing to this code.
share.listen(jsonStream);

I guess it should be:
shareDBServer.listen(jsonStream);