Can i connect to multiple Parse Server in one browser?

I have an Application (web base) that the user have their own server to run an Parse Server (to store sensitive data). The problem is, for Analytics needs, we need to create a second connection of Parse SDK JS to our server (not user server).

Can 1 website connect to 2 or multiple Parse Server in one time?

Unfortunately the JS SDK can only connect to a single Parse Server instance. You can use the REST API directly (without the Parse SDK) to connect to a second one though.

1 Like