1
Ask HN: How do you test a collaborative Editor?
We have built a collaborative editor using tiptap(https://tiptap.dev/). We want to test 2 imp things
1) We are not loosing any data when multiple users are using the same editor simultaneously. 2) How many concurrent users using the editor can our current system support.