Hi,
I’ve been wondering how can I combine API-only application with UI-only application?
In the course, videos show “classic” app where UI and API are in the same app.
New SSD doesn’t offer “classic” apps anymore.
Thanks!
Hi,
I’ve been wondering how can I combine API-only application with UI-only application?
In the course, videos show “classic” app where UI and API are in the same app.
New SSD doesn’t offer “classic” apps anymore.
Thanks!
@Sam @Simphiwe @Shamnad_KS can you please support
Hello @Bartek ,
You can run both the UI and API applications at the same time. If you want them to communicate with each other, you can use HTTP nodes — the frontend can send requests, and the backend can receive them using the same base URL.
In the backend, make sure the HTTP path matches the endpoint defined in the frontend HTTP node so that the requests are routed correctly.
Hi @Bartek,
Yes, On the new version of Neutrinos Studio it doesn’t have an option to create a classic app.
But you can create a UI App and an API App, then follow @Sam ‘s steps to communicate these two Apps.
Ok, I found it. The way to run both is to open an app in a new window. Otherwise, the server process will be shut down if you switch apps.
You can also open the applications in VS Code and use a single SSD window to avoid slowing down your computer.