Can we deploy Stardog based react application online without the need of other backend application

Hey, I am a newbie to Stardog and finds this really fascinating. I am working on some project that uses Stardog and React. So , I just want to know Can I deploy the Stardog backed react application online ? If yes, then how and if no, what else I have to take care of.

Stardog has an HTTP API , and therefore you connect directly from the web browser just like you would with any HTTP Server.

Stardog has a Javascript library with Typescript binding which is available at stardog - npm. Stardog Studio is a good example of a web application connecting directly to Stardog using this library.

1 Like

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