Typical response time of http service

Hi, We’re thinking of shifting our Node.js based REST API to Realm.

Let’s say a function performs one document read operation behind an endpoint of the http service.

What would be the expected/typical response time of that endpoint ?

Hi @Timey_AI_Chatbot, welcome to the community.

It’s going to depend on a bunch of things such as:

  • Where you’ve opted to run your Realm app
  • Where the client is running
  • What your function is doing (e.g. is it performing async operations involving remote calls, or running complex database queries)

It’s probably simplest to create a small PoC and try it out.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.