Back

[SOLVED] Frontend Calls URL?

  • 0
  • Self Hosted
  • Web
ORIZON
21 Mar, 2023, 18:37

Hi, My appwrite calls its Localhost/v1 right from frontend. But which container is called among the 18 container?

TL;DR
The frontend calls the main container (`appwrite`) among the 18 containers in the appwrite architecture.
Binyamin
21 Mar, 2023, 18:40

If you want to understand the Application architecture and infrastructure you can look inside in the main Github repo https://github.com/appwrite/appwrite#architecture

For your question The data enter to your machine through port 80 and 443 for HTTP & HTTPS to one endpoint only which is Treafik ( A Load balancer container) Then all the traffic is being forward to the main container appwrite and to the appwrite-realtime container

To get a quick overview of the service inspect the Yaml file https://appwrite.io/install/compose

ORIZON
21 Mar, 2023, 18:43

What does Realtime, Appwrite Main Container Do? I cant seem to find Docs

Binyamin
21 Mar, 2023, 18:44

The main container servs all the request being sent to domain/v1 and to the console The realtime one being sent to /v1/realtime only

ORIZON
21 Mar, 2023, 18:44

Great Thanks

Binyamin
21 Mar, 2023, 18:45

Sure thing

Drake
21 Mar, 2023, 19:00

[SOLVED] Frontend Calls URL?

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more