You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kamikazebr I seem to have lost the notification I received for this issue, and have just now seen it.
regarding the TODO in messageListener method for authentication, I have already done that, but in a private repo
So in this private repo, I have the crdt-ws-server interacting with a REST API using a standard API auth token. If you haven't already figure this out, can help you with this :)
As for why PostgreSQL, and not MongoDB, I dropped using MongoDB when I realized that max document size in mongo-db is 16MB, whereas I needed to support a max of 100MB of JSON as per my estimates. Sure in binary format which YJS uses, 100MB of JSON would be compressed, but 16MB is too low. I checked PostgreSQL limits and it's around 1GB per row with a text field, in which I store b64-encoded updates. This works out well
Hi! Nice project!
i'm using and testing it
i saw one TODO in messageListener method to do authentication.
It is about the websocketprovider room password? Or something else?
I'm testing now about scale the pods, why is using PostgresQL? Its possible use MongoDB what you think about?
PS: i can help with some code too
The text was updated successfully, but these errors were encountered: